From 39b631c89d2bed1fa8b05dc69cac041e5ecf7ac1 Mon Sep 17 00:00:00 2001 From: LOOHP Date: Mon, 3 Aug 2020 22:54:12 +0800 Subject: [PATCH] Upload --- .classpath | 20 + .project | 23 + .settings/org.eclipse.jdt.core.prefs | 8 + .settings/org.eclipse.m2e.core.prefs | 4 + pom.xml | 52 + src/blocks.json | 171852 +++++++++++++++ src/com/loohp/limbo/Console.java | 81 + .../loohp/limbo/File/FileConfiguration.java | 44 + .../loohp/limbo/File/ServerProperties.java | 155 + src/com/loohp/limbo/Limbo.java | 190 + src/com/loohp/limbo/Location/Location.java | 80 + .../loohp/limbo/Server/ClientConnection.java | 331 + .../loohp/limbo/Server/KeepAliveSender.java | 44 + .../loohp/limbo/Server/Packets/Packet.java | 80 + .../Server/Packets/PacketHandshakingIn.java | 69 + .../Packets/PacketLoginInLoginStart.java | 24 + .../Packets/PacketLoginOutLoginSuccess.java | 40 + .../Server/Packets/PacketPlayInChat.java | 24 + .../Server/Packets/PacketPlayInKeepAlive.java | 22 + .../Server/Packets/PacketPlayInPosition.java | 40 + .../Packets/PacketPlayInPositionAndLook.java | 52 + .../Server/Packets/PacketPlayOutChat.java | 47 + .../Packets/PacketPlayOutKeepAlive.java | 29 + .../Server/Packets/PacketPlayOutLogin.java | 136 + .../Server/Packets/PacketPlayOutMapChunk.java | 131 + .../Packets/PacketPlayOutPlayerAbilities.java | 65 + .../Packets/PacketPlayOutPlayerInfo.java | 167 + .../Packets/PacketPlayOutPositionAndLook.java | 100 + .../Packets/PacketPlayOutShowPlayerSkins.java | 37 + .../Packets/PacketPlayOutSpawnPosition.java | 34 + .../PacketPlayOutUpdateViewPosition.java | 38 + .../Server/Packets/PacketStatusInPing.java | 22 + .../Server/Packets/PacketStatusInRequest.java | 15 + .../Server/Packets/PacketStatusOutPong.java | 29 + .../Packets/PacketStatusOutResponse.java | 32 + .../loohp/limbo/Server/ServerConnection.java | 56 + src/com/loohp/limbo/Utils/ChunkDataUtils.java | 26 + .../loohp/limbo/Utils/CustomStringUtils.java | 40 + src/com/loohp/limbo/Utils/DataTypeIO.java | 124 + src/com/loohp/limbo/Utils/GameMode.java | 44 + .../loohp/limbo/Utils/GeneratedDataUtils.java | 77 + src/com/loohp/limbo/Utils/ImageUtils.java | 18 + src/com/loohp/limbo/Utils/NamespacedKey.java | 68 + .../limbo/Utils/SchematicConvertionUtils.java | 41 + src/com/loohp/limbo/Utils/SkinUtils.java | 81 + src/com/loohp/limbo/World/BlockPosition.java | 31 + .../loohp/limbo/World/DimensionRegistry.java | 78 + src/com/loohp/limbo/World/Schematic.java | 67 + src/com/loohp/limbo/World/World.java | 53 + src/server.properties | 32 + target/classes/blocks.json | 171852 +++++++++++++++ .../limbo/Console$ConsoleOutputStream.class | Bin 0 -> 1117 bytes target/classes/com/loohp/limbo/Console.class | Bin 0 -> 3573 bytes .../loohp/limbo/File/FileConfiguration.class | Bin 0 -> 1896 bytes .../loohp/limbo/File/ServerProperties.class | Bin 0 -> 5849 bytes target/classes/com/loohp/limbo/Limbo.class | Bin 0 -> 9230 bytes .../com/loohp/limbo/Location/Location.class | Bin 0 -> 2110 bytes .../Server/ClientConnection$ClientState.class | Bin 0 -> 1415 bytes .../loohp/limbo/Server/ClientConnection.class | Bin 0 -> 16538 bytes .../loohp/limbo/Server/KeepAliveSender.class | Bin 0 -> 2504 bytes .../loohp/limbo/Server/Packets/Packet.class | Bin 0 -> 2578 bytes .../PacketHandshakingIn$HandshakeType.class | Bin 0 -> 2125 bytes .../Server/Packets/PacketHandshakingIn.class | Bin 0 -> 1845 bytes .../Packets/PacketLoginInLoginStart.class | Bin 0 -> 882 bytes .../Packets/PacketLoginOutLoginSuccess.class | Bin 0 -> 1748 bytes .../Server/Packets/PacketPlayInChat.class | Bin 0 -> 859 bytes .../Packets/PacketPlayInKeepAlive.class | Bin 0 -> 764 bytes .../Server/Packets/PacketPlayInPosition.class | Bin 0 -> 1129 bytes .../Packets/PacketPlayInPositionAndLook.class | Bin 0 -> 1424 bytes .../Server/Packets/PacketPlayOutChat.class | Bin 0 -> 1856 bytes .../Packets/PacketPlayOutKeepAlive.class | Bin 0 -> 1224 bytes .../Server/Packets/PacketPlayOutLogin.class | Bin 0 -> 4033 bytes .../Packets/PacketPlayOutMapChunk.class | Bin 0 -> 4463 bytes ...utPlayerAbilities$PlayerAbilityFlags.class | Bin 0 -> 1743 bytes .../PacketPlayOutPlayerAbilities.class | Bin 0 -> 2162 bytes ...etPlayOutPlayerInfo$PlayerInfoAction.class | Bin 0 -> 1742 bytes ...InfoDataAddPlayer$PlayerSkinProperty.class | Bin 0 -> 1147 bytes ...ayerInfoData$PlayerInfoDataAddPlayer.class | Bin 0 -> 2515 bytes ...cketPlayOutPlayerInfo$PlayerInfoData.class | Bin 0 -> 627 bytes .../Packets/PacketPlayOutPlayerInfo.class | Bin 0 -> 4360 bytes ...tPositionAndLook$PlayerTeleportFlags.class | Bin 0 -> 1765 bytes .../PacketPlayOutPositionAndLook.class | Bin 0 -> 3488 bytes .../PacketPlayOutShowPlayerSkins.class | Bin 0 -> 1370 bytes .../Packets/PacketPlayOutSpawnPosition.class | Bin 0 -> 1554 bytes .../PacketPlayOutUpdateViewPosition.class | Bin 0 -> 1448 bytes .../Server/Packets/PacketStatusInPing.class | Bin 0 -> 755 bytes .../Packets/PacketStatusInRequest.class | Bin 0 -> 519 bytes .../Server/Packets/PacketStatusOutPong.class | Bin 0 -> 1217 bytes .../Packets/PacketStatusOutResponse.class | Bin 0 -> 1479 bytes .../loohp/limbo/Server/ServerConnection.class | Bin 0 -> 2524 bytes .../loohp/limbo/Utils/ChunkDataUtils.class | Bin 0 -> 1069 bytes .../loohp/limbo/Utils/CustomStringUtils.class | Bin 0 -> 2829 bytes .../com/loohp/limbo/Utils/DataTypeIO.class | Bin 0 -> 3446 bytes .../com/loohp/limbo/Utils/GameMode.class | Bin 0 -> 2028 bytes .../limbo/Utils/GeneratedDataUtils.class | Bin 0 -> 4591 bytes .../com/loohp/limbo/Utils/ImageUtils.class | Bin 0 -> 1052 bytes .../com/loohp/limbo/Utils/NamespacedKey.class | Bin 0 -> 1953 bytes .../Utils/SchematicConvertionUtils.class | Bin 0 -> 2153 bytes .../limbo/Utils/SkinUtils$SkinResponse.class | Bin 0 -> 735 bytes .../com/loohp/limbo/Utils/SkinUtils.class | Bin 0 -> 3699 bytes .../com/loohp/limbo/World/BlockPosition.class | Bin 0 -> 1009 bytes .../loohp/limbo/World/DimensionRegistry.class | Bin 0 -> 2411 bytes .../com/loohp/limbo/World/Schematic.class | Bin 0 -> 4676 bytes .../classes/com/loohp/limbo/World/World.class | Bin 0 -> 2687 bytes target/classes/server.properties | 32 + 105 files changed, 346837 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 .settings/org.eclipse.jdt.core.prefs create mode 100644 .settings/org.eclipse.m2e.core.prefs create mode 100644 pom.xml create mode 100644 src/blocks.json create mode 100644 src/com/loohp/limbo/Console.java create mode 100644 src/com/loohp/limbo/File/FileConfiguration.java create mode 100644 src/com/loohp/limbo/File/ServerProperties.java create mode 100644 src/com/loohp/limbo/Limbo.java create mode 100644 src/com/loohp/limbo/Location/Location.java create mode 100644 src/com/loohp/limbo/Server/ClientConnection.java create mode 100644 src/com/loohp/limbo/Server/KeepAliveSender.java create mode 100644 src/com/loohp/limbo/Server/Packets/Packet.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketHandshakingIn.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketLoginInLoginStart.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayInChat.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayInPosition.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutChat.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutLogin.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketPlayOutUpdateViewPosition.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketStatusInPing.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketStatusInRequest.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketStatusOutPong.java create mode 100644 src/com/loohp/limbo/Server/Packets/PacketStatusOutResponse.java create mode 100644 src/com/loohp/limbo/Server/ServerConnection.java create mode 100644 src/com/loohp/limbo/Utils/ChunkDataUtils.java create mode 100644 src/com/loohp/limbo/Utils/CustomStringUtils.java create mode 100644 src/com/loohp/limbo/Utils/DataTypeIO.java create mode 100644 src/com/loohp/limbo/Utils/GameMode.java create mode 100644 src/com/loohp/limbo/Utils/GeneratedDataUtils.java create mode 100644 src/com/loohp/limbo/Utils/ImageUtils.java create mode 100644 src/com/loohp/limbo/Utils/NamespacedKey.java create mode 100644 src/com/loohp/limbo/Utils/SchematicConvertionUtils.java create mode 100644 src/com/loohp/limbo/Utils/SkinUtils.java create mode 100644 src/com/loohp/limbo/World/BlockPosition.java create mode 100644 src/com/loohp/limbo/World/DimensionRegistry.java create mode 100644 src/com/loohp/limbo/World/Schematic.java create mode 100644 src/com/loohp/limbo/World/World.java create mode 100644 src/server.properties create mode 100644 target/classes/blocks.json create mode 100644 target/classes/com/loohp/limbo/Console$ConsoleOutputStream.class create mode 100644 target/classes/com/loohp/limbo/Console.class create mode 100644 target/classes/com/loohp/limbo/File/FileConfiguration.class create mode 100644 target/classes/com/loohp/limbo/File/ServerProperties.class create mode 100644 target/classes/com/loohp/limbo/Limbo.class create mode 100644 target/classes/com/loohp/limbo/Location/Location.class create mode 100644 target/classes/com/loohp/limbo/Server/ClientConnection$ClientState.class create mode 100644 target/classes/com/loohp/limbo/Server/ClientConnection.class create mode 100644 target/classes/com/loohp/limbo/Server/KeepAliveSender.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/Packet.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn$HandshakeType.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketLoginInLoginStart.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayInChat.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPosition.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutChat.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutLogin.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities$PlayerAbilityFlags.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoAction.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoData$PlayerInfoDataAddPlayer$PlayerSkinProperty.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoData$PlayerInfoDataAddPlayer.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoData.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook$PlayerTeleportFlags.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutUpdateViewPosition.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketStatusInPing.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketStatusInRequest.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketStatusOutPong.class create mode 100644 target/classes/com/loohp/limbo/Server/Packets/PacketStatusOutResponse.class create mode 100644 target/classes/com/loohp/limbo/Server/ServerConnection.class create mode 100644 target/classes/com/loohp/limbo/Utils/ChunkDataUtils.class create mode 100644 target/classes/com/loohp/limbo/Utils/CustomStringUtils.class create mode 100644 target/classes/com/loohp/limbo/Utils/DataTypeIO.class create mode 100644 target/classes/com/loohp/limbo/Utils/GameMode.class create mode 100644 target/classes/com/loohp/limbo/Utils/GeneratedDataUtils.class create mode 100644 target/classes/com/loohp/limbo/Utils/ImageUtils.class create mode 100644 target/classes/com/loohp/limbo/Utils/NamespacedKey.class create mode 100644 target/classes/com/loohp/limbo/Utils/SchematicConvertionUtils.class create mode 100644 target/classes/com/loohp/limbo/Utils/SkinUtils$SkinResponse.class create mode 100644 target/classes/com/loohp/limbo/Utils/SkinUtils.class create mode 100644 target/classes/com/loohp/limbo/World/BlockPosition.class create mode 100644 target/classes/com/loohp/limbo/World/DimensionRegistry.class create mode 100644 target/classes/com/loohp/limbo/World/Schematic.class create mode 100644 target/classes/com/loohp/limbo/World/World.class create mode 100644 target/classes/server.properties diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..ef141e6 --- /dev/null +++ b/.classpath @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..5c6b9c0 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + Limbo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2f5cc74 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..df8b53a --- /dev/null +++ b/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + Limbo + Limbo + 0.0.1-SNAPSHOT + + src + + + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + + + + + jitpack.io + https://jitpack.io + + + + + + com.github.Querz + NBT + 5.5 + + + org.yaml + snakeyaml + 1.26 + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + net.md-5 + bungeecord-chat + 1.16-R0.3 + + + + \ No newline at end of file diff --git a/src/blocks.json b/src/blocks.json new file mode 100644 index 0000000..9f035b2 --- /dev/null +++ b/src/blocks.json @@ -0,0 +1,171852 @@ +{ + "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:nether_gold_ore": { + "states": [ + { + "id": 72, + "default": true + } + ] + }, + "minecraft:oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 73 + }, + { + "properties": { + "axis": "y" + }, + "id": 74, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 75 + } + ] + }, + "minecraft:spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 76 + }, + { + "properties": { + "axis": "y" + }, + "id": 77, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 78 + } + ] + }, + "minecraft:birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 79 + }, + { + "properties": { + "axis": "y" + }, + "id": 80, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 81 + } + ] + }, + "minecraft:jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 82 + }, + { + "properties": { + "axis": "y" + }, + "id": 83, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 84 + } + ] + }, + "minecraft:acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 85 + }, + { + "properties": { + "axis": "y" + }, + "id": 86, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 87 + } + ] + }, + "minecraft:dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 88 + }, + { + "properties": { + "axis": "y" + }, + "id": 89, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 90 + } + ] + }, + "minecraft:stripped_spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 91 + }, + { + "properties": { + "axis": "y" + }, + "id": 92, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 93 + } + ] + }, + "minecraft:stripped_birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 94 + }, + { + "properties": { + "axis": "y" + }, + "id": 95, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 96 + } + ] + }, + "minecraft:stripped_jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 97 + }, + { + "properties": { + "axis": "y" + }, + "id": 98, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 99 + } + ] + }, + "minecraft:stripped_acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 100 + }, + { + "properties": { + "axis": "y" + }, + "id": 101, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 102 + } + ] + }, + "minecraft:stripped_dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 103 + }, + { + "properties": { + "axis": "y" + }, + "id": 104, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 105 + } + ] + }, + "minecraft:stripped_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 106 + }, + { + "properties": { + "axis": "y" + }, + "id": 107, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 108 + } + ] + }, + "minecraft:oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 109 + }, + { + "properties": { + "axis": "y" + }, + "id": 110, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 111 + } + ] + }, + "minecraft:spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 112 + }, + { + "properties": { + "axis": "y" + }, + "id": 113, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 114 + } + ] + }, + "minecraft:birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 115 + }, + { + "properties": { + "axis": "y" + }, + "id": 116, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 117 + } + ] + }, + "minecraft:jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 118 + }, + { + "properties": { + "axis": "y" + }, + "id": 119, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 120 + } + ] + }, + "minecraft:acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 121 + }, + { + "properties": { + "axis": "y" + }, + "id": 122, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 123 + } + ] + }, + "minecraft:dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 124 + }, + { + "properties": { + "axis": "y" + }, + "id": 125, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 126 + } + ] + }, + "minecraft:stripped_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 127 + }, + { + "properties": { + "axis": "y" + }, + "id": 128, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 129 + } + ] + }, + "minecraft:stripped_spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 130 + }, + { + "properties": { + "axis": "y" + }, + "id": 131, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 132 + } + ] + }, + "minecraft:stripped_birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 133 + }, + { + "properties": { + "axis": "y" + }, + "id": 134, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 135 + } + ] + }, + "minecraft:stripped_jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 136 + }, + { + "properties": { + "axis": "y" + }, + "id": 137, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 138 + } + ] + }, + "minecraft:stripped_acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 139 + }, + { + "properties": { + "axis": "y" + }, + "id": 140, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 141 + } + ] + }, + "minecraft:stripped_dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 142 + }, + { + "properties": { + "axis": "y" + }, + "id": 143, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 144 + } + ] + }, + "minecraft:oak_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 145 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 146 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 147 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 148 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 149 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 150 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 151 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 152 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 153 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 154 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 155 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 156 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 157 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 158, + "default": true + } + ] + }, + "minecraft:spruce_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 159 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 160 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 161 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 162 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 163 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 164 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 165 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 166 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 167 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 168 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 169 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 170 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 171 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 172, + "default": true + } + ] + }, + "minecraft:birch_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 173 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 174 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 175 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 176 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 177 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 178 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 179 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 180 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 181 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 182 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 183 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 184 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 185 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 186, + "default": true + } + ] + }, + "minecraft:jungle_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 187 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 188 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 189 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 190 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 191 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 192 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 193 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 194 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 195 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 196 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 197 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 198 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 199 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 200, + "default": true + } + ] + }, + "minecraft:acacia_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 201 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 202 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 203 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 204 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 205 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 206 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 207 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 208 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 209 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 210 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 211 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 212 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 213 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 214, + "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": 215 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 216 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 217 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 218 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 219 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 220 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 221 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 222 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 223 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 224 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 225 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 226 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 227 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 228, + "default": true + } + ] + }, + "minecraft:sponge": { + "states": [ + { + "id": 229, + "default": true + } + ] + }, + "minecraft:wet_sponge": { + "states": [ + { + "id": 230, + "default": true + } + ] + }, + "minecraft:glass": { + "states": [ + { + "id": 231, + "default": true + } + ] + }, + "minecraft:lapis_ore": { + "states": [ + { + "id": 232, + "default": true + } + ] + }, + "minecraft:lapis_block": { + "states": [ + { + "id": 233, + "default": true + } + ] + }, + "minecraft:dispenser": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 234 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 235, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 236 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 237 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 238 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 239 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 240 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 241 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 242 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 243 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 244 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 245 + } + ] + }, + "minecraft:sandstone": { + "states": [ + { + "id": 246, + "default": true + } + ] + }, + "minecraft:chiseled_sandstone": { + "states": [ + { + "id": 247, + "default": true + } + ] + }, + "minecraft:cut_sandstone": { + "states": [ + { + "id": 248, + "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": 249 + }, + { + "properties": { + "instrument": "harp", + "note": "0", + "powered": "false" + }, + "id": 250, + "default": true + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "true" + }, + "id": 251 + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "false" + }, + "id": 252 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "true" + }, + "id": 253 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "false" + }, + "id": 254 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "true" + }, + "id": 255 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "false" + }, + "id": 256 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "true" + }, + "id": 257 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "false" + }, + "id": 258 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "true" + }, + "id": 259 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "false" + }, + "id": 260 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "true" + }, + "id": 261 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "false" + }, + "id": 262 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "true" + }, + "id": 263 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "false" + }, + "id": 264 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "true" + }, + "id": 265 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "false" + }, + "id": 266 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "true" + }, + "id": 267 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "false" + }, + "id": 268 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "true" + }, + "id": 269 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "false" + }, + "id": 270 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "true" + }, + "id": 271 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "false" + }, + "id": 272 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "true" + }, + "id": 273 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "false" + }, + "id": 274 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "true" + }, + "id": 275 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "false" + }, + "id": 276 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "true" + }, + "id": 277 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "false" + }, + "id": 278 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "true" + }, + "id": 279 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "false" + }, + "id": 280 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "true" + }, + "id": 281 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "false" + }, + "id": 282 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "true" + }, + "id": 283 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "false" + }, + "id": 284 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "true" + }, + "id": 285 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "false" + }, + "id": 286 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "true" + }, + "id": 287 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "false" + }, + "id": 288 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "true" + }, + "id": 289 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "false" + }, + "id": 290 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "true" + }, + "id": 291 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "false" + }, + "id": 292 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "true" + }, + "id": 293 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "false" + }, + "id": 294 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "true" + }, + "id": 295 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "false" + }, + "id": 296 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "true" + }, + "id": 297 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "false" + }, + "id": 298 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "true" + }, + "id": 299 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "false" + }, + "id": 300 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "true" + }, + "id": 301 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "false" + }, + "id": 302 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "true" + }, + "id": 303 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "false" + }, + "id": 304 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "true" + }, + "id": 305 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "false" + }, + "id": 306 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "true" + }, + "id": 307 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "false" + }, + "id": 308 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "true" + }, + "id": 309 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "false" + }, + "id": 310 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "true" + }, + "id": 311 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "false" + }, + "id": 312 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "true" + }, + "id": 313 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "false" + }, + "id": 314 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "true" + }, + "id": 315 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "false" + }, + "id": 316 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "true" + }, + "id": 317 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "false" + }, + "id": 318 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "true" + }, + "id": 319 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "false" + }, + "id": 320 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "true" + }, + "id": 321 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "false" + }, + "id": 322 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "true" + }, + "id": 323 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "false" + }, + "id": 324 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "true" + }, + "id": 325 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "false" + }, + "id": 326 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "true" + }, + "id": 327 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "false" + }, + "id": 328 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "true" + }, + "id": 329 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "false" + }, + "id": 330 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "true" + }, + "id": 331 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "false" + }, + "id": 332 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "true" + }, + "id": 333 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "false" + }, + "id": 334 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "true" + }, + "id": 335 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "false" + }, + "id": 336 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "true" + }, + "id": 337 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "false" + }, + "id": 338 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "true" + }, + "id": 339 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "false" + }, + "id": 340 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "true" + }, + "id": 341 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "false" + }, + "id": 342 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "true" + }, + "id": 343 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "false" + }, + "id": 344 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "true" + }, + "id": 345 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "false" + }, + "id": 346 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "true" + }, + "id": 347 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "false" + }, + "id": 348 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "true" + }, + "id": 349 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "false" + }, + "id": 350 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "true" + }, + "id": 351 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "false" + }, + "id": 352 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "true" + }, + "id": 353 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "false" + }, + "id": 354 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "true" + }, + "id": 355 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "false" + }, + "id": 356 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "true" + }, + "id": 357 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "false" + }, + "id": 358 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "true" + }, + "id": 359 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "false" + }, + "id": 360 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "true" + }, + "id": 361 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "false" + }, + "id": 362 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "true" + }, + "id": 363 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "false" + }, + "id": 364 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "true" + }, + "id": 365 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "false" + }, + "id": 366 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "true" + }, + "id": 367 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "false" + }, + "id": 368 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "true" + }, + "id": 369 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "false" + }, + "id": 370 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "true" + }, + "id": 371 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "false" + }, + "id": 372 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "true" + }, + "id": 373 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "false" + }, + "id": 374 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "true" + }, + "id": 375 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "false" + }, + "id": 376 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "true" + }, + "id": 377 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "false" + }, + "id": 378 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "true" + }, + "id": 379 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "false" + }, + "id": 380 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "true" + }, + "id": 381 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "false" + }, + "id": 382 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "true" + }, + "id": 383 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "false" + }, + "id": 384 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "true" + }, + "id": 385 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "false" + }, + "id": 386 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "true" + }, + "id": 387 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "false" + }, + "id": 388 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "true" + }, + "id": 389 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "false" + }, + "id": 390 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "true" + }, + "id": 391 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "false" + }, + "id": 392 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "true" + }, + "id": 393 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "false" + }, + "id": 394 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "true" + }, + "id": 395 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "false" + }, + "id": 396 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "true" + }, + "id": 397 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "false" + }, + "id": 398 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "true" + }, + "id": 399 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "false" + }, + "id": 400 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "true" + }, + "id": 401 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "false" + }, + "id": 402 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "true" + }, + "id": 403 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "false" + }, + "id": 404 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "true" + }, + "id": 405 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "false" + }, + "id": 406 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "true" + }, + "id": 407 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "false" + }, + "id": 408 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "true" + }, + "id": 409 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "false" + }, + "id": 410 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "true" + }, + "id": 411 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "false" + }, + "id": 412 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "true" + }, + "id": 413 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "false" + }, + "id": 414 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "true" + }, + "id": 415 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "false" + }, + "id": 416 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "true" + }, + "id": 417 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "false" + }, + "id": 418 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "true" + }, + "id": 419 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "false" + }, + "id": 420 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "true" + }, + "id": 421 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "false" + }, + "id": 422 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "true" + }, + "id": 423 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "false" + }, + "id": 424 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "true" + }, + "id": 425 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "false" + }, + "id": 426 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "true" + }, + "id": 427 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "false" + }, + "id": 428 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "true" + }, + "id": 429 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "false" + }, + "id": 430 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "true" + }, + "id": 431 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "false" + }, + "id": 432 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "true" + }, + "id": 433 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "false" + }, + "id": 434 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "true" + }, + "id": 435 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "false" + }, + "id": 436 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "true" + }, + "id": 437 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "false" + }, + "id": 438 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "true" + }, + "id": 439 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "false" + }, + "id": 440 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "true" + }, + "id": 441 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "false" + }, + "id": 442 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "true" + }, + "id": 443 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "false" + }, + "id": 444 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "true" + }, + "id": 445 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "false" + }, + "id": 446 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "true" + }, + "id": 447 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "false" + }, + "id": 448 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "true" + }, + "id": 449 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "false" + }, + "id": 450 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "true" + }, + "id": 451 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "false" + }, + "id": 452 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "true" + }, + "id": 453 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "false" + }, + "id": 454 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "true" + }, + "id": 455 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "false" + }, + "id": 456 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "true" + }, + "id": 457 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "false" + }, + "id": 458 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "true" + }, + "id": 459 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "false" + }, + "id": 460 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "true" + }, + "id": 461 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "false" + }, + "id": 462 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "true" + }, + "id": 463 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "false" + }, + "id": 464 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "true" + }, + "id": 465 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "false" + }, + "id": 466 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "true" + }, + "id": 467 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "false" + }, + "id": 468 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "true" + }, + "id": 469 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "false" + }, + "id": 470 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "true" + }, + "id": 471 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "false" + }, + "id": 472 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "true" + }, + "id": 473 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "false" + }, + "id": 474 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "true" + }, + "id": 475 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "false" + }, + "id": 476 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "true" + }, + "id": 477 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "false" + }, + "id": 478 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "true" + }, + "id": 479 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "false" + }, + "id": 480 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "true" + }, + "id": 481 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "false" + }, + "id": 482 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "true" + }, + "id": 483 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "false" + }, + "id": 484 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "true" + }, + "id": 485 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "false" + }, + "id": 486 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "true" + }, + "id": 487 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "false" + }, + "id": 488 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "true" + }, + "id": 489 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "false" + }, + "id": 490 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "true" + }, + "id": 491 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "false" + }, + "id": 492 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "true" + }, + "id": 493 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "false" + }, + "id": 494 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "true" + }, + "id": 495 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "false" + }, + "id": 496 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "true" + }, + "id": 497 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "false" + }, + "id": 498 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "true" + }, + "id": 499 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "false" + }, + "id": 500 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "true" + }, + "id": 501 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "false" + }, + "id": 502 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "true" + }, + "id": 503 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "false" + }, + "id": 504 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "true" + }, + "id": 505 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "false" + }, + "id": 506 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "true" + }, + "id": 507 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "false" + }, + "id": 508 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "true" + }, + "id": 509 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "false" + }, + "id": 510 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "true" + }, + "id": 511 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "false" + }, + "id": 512 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "true" + }, + "id": 513 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "false" + }, + "id": 514 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "true" + }, + "id": 515 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "false" + }, + "id": 516 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "true" + }, + "id": 517 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "false" + }, + "id": 518 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "true" + }, + "id": 519 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "false" + }, + "id": 520 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "true" + }, + "id": 521 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "false" + }, + "id": 522 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "true" + }, + "id": 523 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "false" + }, + "id": 524 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "true" + }, + "id": 525 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "false" + }, + "id": 526 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "true" + }, + "id": 527 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "false" + }, + "id": 528 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "true" + }, + "id": 529 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "false" + }, + "id": 530 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "true" + }, + "id": 531 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "false" + }, + "id": 532 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "true" + }, + "id": 533 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "false" + }, + "id": 534 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "true" + }, + "id": 535 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "false" + }, + "id": 536 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "true" + }, + "id": 537 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "false" + }, + "id": 538 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "true" + }, + "id": 539 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "false" + }, + "id": 540 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "true" + }, + "id": 541 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "false" + }, + "id": 542 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "true" + }, + "id": 543 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "false" + }, + "id": 544 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "true" + }, + "id": 545 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "false" + }, + "id": 546 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "true" + }, + "id": 547 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "false" + }, + "id": 548 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "true" + }, + "id": 549 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "false" + }, + "id": 550 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "true" + }, + "id": 551 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "false" + }, + "id": 552 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "true" + }, + "id": 553 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "false" + }, + "id": 554 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "true" + }, + "id": 555 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "false" + }, + "id": 556 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "true" + }, + "id": 557 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "false" + }, + "id": 558 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "true" + }, + "id": 559 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "false" + }, + "id": 560 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "true" + }, + "id": 561 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "false" + }, + "id": 562 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "true" + }, + "id": 563 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "false" + }, + "id": 564 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "true" + }, + "id": 565 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "false" + }, + "id": 566 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "true" + }, + "id": 567 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "false" + }, + "id": 568 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "true" + }, + "id": 569 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "false" + }, + "id": 570 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "true" + }, + "id": 571 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "false" + }, + "id": 572 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "true" + }, + "id": 573 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "false" + }, + "id": 574 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "true" + }, + "id": 575 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "false" + }, + "id": 576 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "true" + }, + "id": 577 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "false" + }, + "id": 578 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "true" + }, + "id": 579 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "false" + }, + "id": 580 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "true" + }, + "id": 581 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "false" + }, + "id": 582 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "true" + }, + "id": 583 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "false" + }, + "id": 584 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "true" + }, + "id": 585 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "false" + }, + "id": 586 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "true" + }, + "id": 587 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "false" + }, + "id": 588 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "true" + }, + "id": 589 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "false" + }, + "id": 590 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "true" + }, + "id": 591 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "false" + }, + "id": 592 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "true" + }, + "id": 593 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "false" + }, + "id": 594 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "true" + }, + "id": 595 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "false" + }, + "id": 596 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "true" + }, + "id": 597 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "false" + }, + "id": 598 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "true" + }, + "id": 599 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "false" + }, + "id": 600 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "true" + }, + "id": 601 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "false" + }, + "id": 602 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "true" + }, + "id": 603 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "false" + }, + "id": 604 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "true" + }, + "id": 605 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "false" + }, + "id": 606 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "true" + }, + "id": 607 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "false" + }, + "id": 608 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "true" + }, + "id": 609 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "false" + }, + "id": 610 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "true" + }, + "id": 611 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "false" + }, + "id": 612 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "true" + }, + "id": 613 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "false" + }, + "id": 614 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "true" + }, + "id": 615 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "false" + }, + "id": 616 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "true" + }, + "id": 617 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "false" + }, + "id": 618 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "true" + }, + "id": 619 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "false" + }, + "id": 620 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "true" + }, + "id": 621 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "false" + }, + "id": 622 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "true" + }, + "id": 623 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "false" + }, + "id": 624 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "true" + }, + "id": 625 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "false" + }, + "id": 626 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "true" + }, + "id": 627 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "false" + }, + "id": 628 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "true" + }, + "id": 629 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "false" + }, + "id": 630 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "true" + }, + "id": 631 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "false" + }, + "id": 632 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "true" + }, + "id": 633 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "false" + }, + "id": 634 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "true" + }, + "id": 635 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "false" + }, + "id": 636 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "true" + }, + "id": 637 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "false" + }, + "id": 638 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "true" + }, + "id": 639 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "false" + }, + "id": 640 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "true" + }, + "id": 641 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "false" + }, + "id": 642 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "true" + }, + "id": 643 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "false" + }, + "id": 644 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "true" + }, + "id": 645 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "false" + }, + "id": 646 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "true" + }, + "id": 647 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "false" + }, + "id": 648 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "true" + }, + "id": 649 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "false" + }, + "id": 650 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "true" + }, + "id": 651 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "false" + }, + "id": 652 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "true" + }, + "id": 653 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "false" + }, + "id": 654 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "true" + }, + "id": 655 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "false" + }, + "id": 656 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "true" + }, + "id": 657 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "false" + }, + "id": 658 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "true" + }, + "id": 659 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "false" + }, + "id": 660 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "true" + }, + "id": 661 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "false" + }, + "id": 662 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "true" + }, + "id": 663 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "false" + }, + "id": 664 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "true" + }, + "id": 665 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "false" + }, + "id": 666 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "true" + }, + "id": 667 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "false" + }, + "id": 668 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "true" + }, + "id": 669 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "false" + }, + "id": 670 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "true" + }, + "id": 671 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "false" + }, + "id": 672 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "true" + }, + "id": 673 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "false" + }, + "id": 674 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "true" + }, + "id": 675 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "false" + }, + "id": 676 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "true" + }, + "id": 677 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "false" + }, + "id": 678 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "true" + }, + "id": 679 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "false" + }, + "id": 680 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "true" + }, + "id": 681 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "false" + }, + "id": 682 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "true" + }, + "id": 683 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "false" + }, + "id": 684 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "true" + }, + "id": 685 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "false" + }, + "id": 686 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "true" + }, + "id": 687 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "false" + }, + "id": 688 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "true" + }, + "id": 689 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "false" + }, + "id": 690 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "true" + }, + "id": 691 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "false" + }, + "id": 692 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "true" + }, + "id": 693 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "false" + }, + "id": 694 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "true" + }, + "id": 695 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "false" + }, + "id": 696 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "true" + }, + "id": 697 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "false" + }, + "id": 698 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "true" + }, + "id": 699 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "false" + }, + "id": 700 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "true" + }, + "id": 701 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "false" + }, + "id": 702 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "true" + }, + "id": 703 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "false" + }, + "id": 704 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "true" + }, + "id": 705 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "false" + }, + "id": 706 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "true" + }, + "id": 707 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "false" + }, + "id": 708 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "true" + }, + "id": 709 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "false" + }, + "id": 710 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "true" + }, + "id": 711 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "false" + }, + "id": 712 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "true" + }, + "id": 713 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "false" + }, + "id": 714 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "true" + }, + "id": 715 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "false" + }, + "id": 716 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "true" + }, + "id": 717 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "false" + }, + "id": 718 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "true" + }, + "id": 719 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "false" + }, + "id": 720 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "true" + }, + "id": 721 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "false" + }, + "id": 722 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "true" + }, + "id": 723 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "false" + }, + "id": 724 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "true" + }, + "id": 725 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "false" + }, + "id": 726 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "true" + }, + "id": 727 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "false" + }, + "id": 728 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "true" + }, + "id": 729 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "false" + }, + "id": 730 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "true" + }, + "id": 731 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "false" + }, + "id": 732 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "true" + }, + "id": 733 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "false" + }, + "id": 734 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "true" + }, + "id": 735 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "false" + }, + "id": 736 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "true" + }, + "id": 737 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "false" + }, + "id": 738 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "true" + }, + "id": 739 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "false" + }, + "id": 740 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "true" + }, + "id": 741 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "false" + }, + "id": 742 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "true" + }, + "id": 743 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "false" + }, + "id": 744 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "true" + }, + "id": 745 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "false" + }, + "id": 746 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "true" + }, + "id": 747 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "false" + }, + "id": 748 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "true" + }, + "id": 749 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "false" + }, + "id": 750 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "true" + }, + "id": 751 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "false" + }, + "id": 752 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "true" + }, + "id": 753 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "false" + }, + "id": 754 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "true" + }, + "id": 755 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "false" + }, + "id": 756 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "true" + }, + "id": 757 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "false" + }, + "id": 758 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "true" + }, + "id": 759 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "false" + }, + "id": 760 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "true" + }, + "id": 761 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "false" + }, + "id": 762 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "true" + }, + "id": 763 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "false" + }, + "id": 764 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "true" + }, + "id": 765 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "false" + }, + "id": 766 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "true" + }, + "id": 767 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "false" + }, + "id": 768 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "true" + }, + "id": 769 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "false" + }, + "id": 770 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "true" + }, + "id": 771 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "false" + }, + "id": 772 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "true" + }, + "id": 773 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "false" + }, + "id": 774 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "true" + }, + "id": 775 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "false" + }, + "id": 776 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "true" + }, + "id": 777 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "false" + }, + "id": 778 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "true" + }, + "id": 779 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "false" + }, + "id": 780 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "true" + }, + "id": 781 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "false" + }, + "id": 782 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "true" + }, + "id": 783 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "false" + }, + "id": 784 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "true" + }, + "id": 785 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "false" + }, + "id": 786 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "true" + }, + "id": 787 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "false" + }, + "id": 788 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "true" + }, + "id": 789 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "false" + }, + "id": 790 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "true" + }, + "id": 791 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "false" + }, + "id": 792 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "true" + }, + "id": 793 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "false" + }, + "id": 794 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "true" + }, + "id": 795 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "false" + }, + "id": 796 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "true" + }, + "id": 797 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "false" + }, + "id": 798 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "true" + }, + "id": 799 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "false" + }, + "id": 800 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "true" + }, + "id": 801 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "false" + }, + "id": 802 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "true" + }, + "id": 803 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "false" + }, + "id": 804 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "true" + }, + "id": 805 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "false" + }, + "id": 806 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "true" + }, + "id": 807 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "false" + }, + "id": 808 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "true" + }, + "id": 809 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "false" + }, + "id": 810 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "true" + }, + "id": 811 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "false" + }, + "id": 812 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "true" + }, + "id": 813 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "false" + }, + "id": 814 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "true" + }, + "id": 815 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "false" + }, + "id": 816 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "true" + }, + "id": 817 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "false" + }, + "id": 818 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "true" + }, + "id": 819 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "false" + }, + "id": 820 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "true" + }, + "id": 821 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "false" + }, + "id": 822 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "true" + }, + "id": 823 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "false" + }, + "id": 824 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "true" + }, + "id": 825 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "false" + }, + "id": 826 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "true" + }, + "id": 827 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "false" + }, + "id": 828 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "true" + }, + "id": 829 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "false" + }, + "id": 830 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "true" + }, + "id": 831 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "false" + }, + "id": 832 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "true" + }, + "id": 833 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "false" + }, + "id": 834 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "true" + }, + "id": 835 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "false" + }, + "id": 836 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "true" + }, + "id": 837 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "false" + }, + "id": 838 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "true" + }, + "id": 839 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "false" + }, + "id": 840 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "true" + }, + "id": 841 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "false" + }, + "id": 842 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "true" + }, + "id": 843 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "false" + }, + "id": 844 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "true" + }, + "id": 845 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "false" + }, + "id": 846 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "true" + }, + "id": 847 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "false" + }, + "id": 848 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "true" + }, + "id": 849 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "false" + }, + "id": 850 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "true" + }, + "id": 851 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "false" + }, + "id": 852 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "true" + }, + "id": 853 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "false" + }, + "id": 854 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "true" + }, + "id": 855 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "false" + }, + "id": 856 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "true" + }, + "id": 857 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "false" + }, + "id": 858 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "true" + }, + "id": 859 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "false" + }, + "id": 860 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "true" + }, + "id": 861 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "false" + }, + "id": 862 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "true" + }, + "id": 863 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "false" + }, + "id": 864 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "true" + }, + "id": 865 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "false" + }, + "id": 866 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "true" + }, + "id": 867 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "false" + }, + "id": 868 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "true" + }, + "id": 869 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "false" + }, + "id": 870 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "true" + }, + "id": 871 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "false" + }, + "id": 872 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "true" + }, + "id": 873 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "false" + }, + "id": 874 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "true" + }, + "id": 875 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "false" + }, + "id": 876 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "true" + }, + "id": 877 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "false" + }, + "id": 878 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "true" + }, + "id": 879 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "false" + }, + "id": 880 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "true" + }, + "id": 881 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "false" + }, + "id": 882 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "true" + }, + "id": 883 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "false" + }, + "id": 884 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "true" + }, + "id": 885 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "false" + }, + "id": 886 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "true" + }, + "id": 887 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "false" + }, + "id": 888 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "true" + }, + "id": 889 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "false" + }, + "id": 890 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "true" + }, + "id": 891 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "false" + }, + "id": 892 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "true" + }, + "id": 893 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "false" + }, + "id": 894 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "true" + }, + "id": 895 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "false" + }, + "id": 896 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "true" + }, + "id": 897 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "false" + }, + "id": 898 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "true" + }, + "id": 899 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "false" + }, + "id": 900 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "true" + }, + "id": 901 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "false" + }, + "id": 902 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "true" + }, + "id": 903 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "false" + }, + "id": 904 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "true" + }, + "id": 905 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "false" + }, + "id": 906 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "true" + }, + "id": 907 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "false" + }, + "id": 908 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "true" + }, + "id": 909 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "false" + }, + "id": 910 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "true" + }, + "id": 911 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "false" + }, + "id": 912 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "true" + }, + "id": 913 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "false" + }, + "id": 914 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "true" + }, + "id": 915 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "false" + }, + "id": 916 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "true" + }, + "id": 917 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "false" + }, + "id": 918 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "true" + }, + "id": 919 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "false" + }, + "id": 920 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "true" + }, + "id": 921 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "false" + }, + "id": 922 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "true" + }, + "id": 923 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "false" + }, + "id": 924 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "true" + }, + "id": 925 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "false" + }, + "id": 926 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "true" + }, + "id": 927 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "false" + }, + "id": 928 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "true" + }, + "id": 929 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "false" + }, + "id": 930 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "true" + }, + "id": 931 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "false" + }, + "id": 932 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "true" + }, + "id": 933 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "false" + }, + "id": 934 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "true" + }, + "id": 935 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "false" + }, + "id": 936 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "true" + }, + "id": 937 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "false" + }, + "id": 938 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "true" + }, + "id": 939 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "false" + }, + "id": 940 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "true" + }, + "id": 941 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "false" + }, + "id": 942 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "true" + }, + "id": 943 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "false" + }, + "id": 944 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "true" + }, + "id": 945 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "false" + }, + "id": 946 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "true" + }, + "id": 947 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "false" + }, + "id": 948 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "true" + }, + "id": 949 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "false" + }, + "id": 950 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "true" + }, + "id": 951 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "false" + }, + "id": 952 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "true" + }, + "id": 953 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "false" + }, + "id": 954 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "true" + }, + "id": 955 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "false" + }, + "id": 956 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "true" + }, + "id": 957 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "false" + }, + "id": 958 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "true" + }, + "id": 959 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "false" + }, + "id": 960 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "true" + }, + "id": 961 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "false" + }, + "id": 962 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "true" + }, + "id": 963 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "false" + }, + "id": 964 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "true" + }, + "id": 965 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "false" + }, + "id": 966 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "true" + }, + "id": 967 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "false" + }, + "id": 968 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "true" + }, + "id": 969 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "false" + }, + "id": 970 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "true" + }, + "id": 971 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "false" + }, + "id": 972 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "true" + }, + "id": 973 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "false" + }, + "id": 974 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "true" + }, + "id": 975 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "false" + }, + "id": 976 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "true" + }, + "id": 977 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "false" + }, + "id": 978 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "true" + }, + "id": 979 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "false" + }, + "id": 980 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "true" + }, + "id": 981 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "false" + }, + "id": 982 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "true" + }, + "id": 983 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "false" + }, + "id": 984 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "true" + }, + "id": 985 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "false" + }, + "id": 986 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "true" + }, + "id": 987 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "false" + }, + "id": 988 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "true" + }, + "id": 989 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "false" + }, + "id": 990 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "true" + }, + "id": 991 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "false" + }, + "id": 992 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "true" + }, + "id": 993 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "false" + }, + "id": 994 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "true" + }, + "id": 995 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "false" + }, + "id": 996 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "true" + }, + "id": 997 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "false" + }, + "id": 998 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "true" + }, + "id": 999 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "false" + }, + "id": 1000 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "true" + }, + "id": 1001 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "false" + }, + "id": 1002 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "true" + }, + "id": 1003 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "false" + }, + "id": 1004 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "true" + }, + "id": 1005 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "false" + }, + "id": 1006 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "true" + }, + "id": 1007 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "false" + }, + "id": 1008 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "true" + }, + "id": 1009 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "false" + }, + "id": 1010 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "true" + }, + "id": 1011 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "false" + }, + "id": 1012 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "true" + }, + "id": 1013 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "false" + }, + "id": 1014 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "true" + }, + "id": 1015 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "false" + }, + "id": 1016 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "true" + }, + "id": 1017 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "false" + }, + "id": 1018 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "true" + }, + "id": 1019 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "false" + }, + "id": 1020 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "true" + }, + "id": 1021 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "false" + }, + "id": 1022 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "true" + }, + "id": 1023 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "false" + }, + "id": 1024 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "true" + }, + "id": 1025 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "false" + }, + "id": 1026 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "true" + }, + "id": 1027 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "false" + }, + "id": 1028 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "true" + }, + "id": 1029 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "false" + }, + "id": 1030 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "true" + }, + "id": 1031 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "false" + }, + "id": 1032 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "true" + }, + "id": 1033 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "false" + }, + "id": 1034 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "true" + }, + "id": 1035 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "false" + }, + "id": 1036 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "true" + }, + "id": 1037 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "false" + }, + "id": 1038 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "true" + }, + "id": 1039 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "false" + }, + "id": 1040 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "true" + }, + "id": 1041 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "false" + }, + "id": 1042 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "true" + }, + "id": 1043 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "false" + }, + "id": 1044 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "true" + }, + "id": 1045 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "false" + }, + "id": 1046 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "true" + }, + "id": 1047 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "false" + }, + "id": 1048 + } + ] + }, + "minecraft:white_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1049 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1050 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1051 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1052, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1053 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1054 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1055 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1056 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1057 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1058 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1059 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1060 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1061 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1062 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1063 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1064 + } + ] + }, + "minecraft:orange_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1065 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1066 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1067 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1068, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1069 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1070 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1071 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1072 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1073 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1074 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1075 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1076 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1077 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1078 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1079 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1080 + } + ] + }, + "minecraft:magenta_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1081 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1082 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1083 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1084, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1085 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1086 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1087 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1088 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1089 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1090 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1091 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1092 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1093 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1094 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1095 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1096 + } + ] + }, + "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": 1097 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1098 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1099 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1100, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1101 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1102 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1103 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1104 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1105 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1106 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1107 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1108 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1109 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1110 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1111 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1112 + } + ] + }, + "minecraft:yellow_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1113 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1114 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1115 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1116, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1117 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1118 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1119 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1120 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1121 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1122 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1123 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1124 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1125 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1126 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1127 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1128 + } + ] + }, + "minecraft:lime_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1129 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1130 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1131 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1132, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1133 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1134 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1135 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1136 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1137 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1138 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1139 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1140 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1141 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1142 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1143 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1144 + } + ] + }, + "minecraft:pink_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1145 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1146 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1147 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1148, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1149 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1150 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1151 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1152 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1153 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1154 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1155 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1156 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1157 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1158 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1159 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1160 + } + ] + }, + "minecraft:gray_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1161 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1162 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1163 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1164, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1165 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1166 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1167 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1168 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1169 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1170 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1171 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1172 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1173 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1174 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1175 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1176 + } + ] + }, + "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": 1177 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1178 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1179 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1180, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1181 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1182 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1183 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1184 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1185 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1186 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1187 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1188 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1189 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1190 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1191 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1192 + } + ] + }, + "minecraft:cyan_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1193 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1194 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1195 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1196, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1197 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1198 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1199 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1200 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1201 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1202 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1203 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1204 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1205 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1206 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1207 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1208 + } + ] + }, + "minecraft:purple_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1209 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1210 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1211 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1212, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1213 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1214 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1215 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1216 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1217 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1218 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1219 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1220 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1221 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1222 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1223 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1224 + } + ] + }, + "minecraft:blue_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1225 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1226 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1227 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1228, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1229 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1230 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1231 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1232 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1233 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1234 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1235 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1236 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1237 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1238 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1239 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1240 + } + ] + }, + "minecraft:brown_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1241 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1242 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1243 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1244, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1245 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1246 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1247 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1248 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1249 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1250 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1251 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1252 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1253 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1254 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1255 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1256 + } + ] + }, + "minecraft:green_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1257 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1258 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1259 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1260, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1261 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1262 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1263 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1264 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1265 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1266 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1267 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1268 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1269 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1270 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1271 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1272 + } + ] + }, + "minecraft:red_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1273 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1274 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1275 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1276, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1277 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1278 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1279 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1280 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1281 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1282 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1283 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1284 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1285 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1286 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1287 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1288 + } + ] + }, + "minecraft:black_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1289 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1290 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1291 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1292, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1293 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1294 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1295 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1296 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1297 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1298 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1299 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1300 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1301 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1302 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1303 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1304 + } + ] + }, + "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": 1305 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1306 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1307 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1308 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1309 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1310 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1311, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1312 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1313 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1314 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1315 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1316 + } + ] + }, + "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": 1317 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1318 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1319 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1320 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1321 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1322 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1323, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1324 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1325 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1326 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1327 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1328 + } + ] + }, + "minecraft:sticky_piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1329 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1330 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1331 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1332 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1333 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1334 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1335, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1336 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1337 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1338 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1339 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1340 + } + ] + }, + "minecraft:cobweb": { + "states": [ + { + "id": 1341, + "default": true + } + ] + }, + "minecraft:grass": { + "states": [ + { + "id": 1342, + "default": true + } + ] + }, + "minecraft:fern": { + "states": [ + { + "id": 1343, + "default": true + } + ] + }, + "minecraft:dead_bush": { + "states": [ + { + "id": 1344, + "default": true + } + ] + }, + "minecraft:seagrass": { + "states": [ + { + "id": 1345, + "default": true + } + ] + }, + "minecraft:tall_seagrass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 1346 + }, + { + "properties": { + "half": "lower" + }, + "id": 1347, + "default": true + } + ] + }, + "minecraft:piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1348 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1349 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1350 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1351 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1352 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1353 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1354, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1355 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1356 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1357 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1358 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1359 + } + ] + }, + "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": 1360 + }, + { + "properties": { + "facing": "north", + "short": "true", + "type": "sticky" + }, + "id": 1361 + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "normal" + }, + "id": 1362, + "default": true + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "sticky" + }, + "id": 1363 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "normal" + }, + "id": 1364 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "sticky" + }, + "id": 1365 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "normal" + }, + "id": 1366 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "sticky" + }, + "id": 1367 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "normal" + }, + "id": 1368 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "sticky" + }, + "id": 1369 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "normal" + }, + "id": 1370 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "sticky" + }, + "id": 1371 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "normal" + }, + "id": 1372 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "sticky" + }, + "id": 1373 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "normal" + }, + "id": 1374 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "sticky" + }, + "id": 1375 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "normal" + }, + "id": 1376 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "sticky" + }, + "id": 1377 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "normal" + }, + "id": 1378 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "sticky" + }, + "id": 1379 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "normal" + }, + "id": 1380 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "sticky" + }, + "id": 1381 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "normal" + }, + "id": 1382 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "sticky" + }, + "id": 1383 + } + ] + }, + "minecraft:white_wool": { + "states": [ + { + "id": 1384, + "default": true + } + ] + }, + "minecraft:orange_wool": { + "states": [ + { + "id": 1385, + "default": true + } + ] + }, + "minecraft:magenta_wool": { + "states": [ + { + "id": 1386, + "default": true + } + ] + }, + "minecraft:light_blue_wool": { + "states": [ + { + "id": 1387, + "default": true + } + ] + }, + "minecraft:yellow_wool": { + "states": [ + { + "id": 1388, + "default": true + } + ] + }, + "minecraft:lime_wool": { + "states": [ + { + "id": 1389, + "default": true + } + ] + }, + "minecraft:pink_wool": { + "states": [ + { + "id": 1390, + "default": true + } + ] + }, + "minecraft:gray_wool": { + "states": [ + { + "id": 1391, + "default": true + } + ] + }, + "minecraft:light_gray_wool": { + "states": [ + { + "id": 1392, + "default": true + } + ] + }, + "minecraft:cyan_wool": { + "states": [ + { + "id": 1393, + "default": true + } + ] + }, + "minecraft:purple_wool": { + "states": [ + { + "id": 1394, + "default": true + } + ] + }, + "minecraft:blue_wool": { + "states": [ + { + "id": 1395, + "default": true + } + ] + }, + "minecraft:brown_wool": { + "states": [ + { + "id": 1396, + "default": true + } + ] + }, + "minecraft:green_wool": { + "states": [ + { + "id": 1397, + "default": true + } + ] + }, + "minecraft:red_wool": { + "states": [ + { + "id": 1398, + "default": true + } + ] + }, + "minecraft:black_wool": { + "states": [ + { + "id": 1399, + "default": true + } + ] + }, + "minecraft:moving_piston": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "type": [ + "normal", + "sticky" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "normal" + }, + "id": 1400, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "sticky" + }, + "id": 1401 + }, + { + "properties": { + "facing": "east", + "type": "normal" + }, + "id": 1402 + }, + { + "properties": { + "facing": "east", + "type": "sticky" + }, + "id": 1403 + }, + { + "properties": { + "facing": "south", + "type": "normal" + }, + "id": 1404 + }, + { + "properties": { + "facing": "south", + "type": "sticky" + }, + "id": 1405 + }, + { + "properties": { + "facing": "west", + "type": "normal" + }, + "id": 1406 + }, + { + "properties": { + "facing": "west", + "type": "sticky" + }, + "id": 1407 + }, + { + "properties": { + "facing": "up", + "type": "normal" + }, + "id": 1408 + }, + { + "properties": { + "facing": "up", + "type": "sticky" + }, + "id": 1409 + }, + { + "properties": { + "facing": "down", + "type": "normal" + }, + "id": 1410 + }, + { + "properties": { + "facing": "down", + "type": "sticky" + }, + "id": 1411 + } + ] + }, + "minecraft:dandelion": { + "states": [ + { + "id": 1412, + "default": true + } + ] + }, + "minecraft:poppy": { + "states": [ + { + "id": 1413, + "default": true + } + ] + }, + "minecraft:blue_orchid": { + "states": [ + { + "id": 1414, + "default": true + } + ] + }, + "minecraft:allium": { + "states": [ + { + "id": 1415, + "default": true + } + ] + }, + "minecraft:azure_bluet": { + "states": [ + { + "id": 1416, + "default": true + } + ] + }, + "minecraft:red_tulip": { + "states": [ + { + "id": 1417, + "default": true + } + ] + }, + "minecraft:orange_tulip": { + "states": [ + { + "id": 1418, + "default": true + } + ] + }, + "minecraft:white_tulip": { + "states": [ + { + "id": 1419, + "default": true + } + ] + }, + "minecraft:pink_tulip": { + "states": [ + { + "id": 1420, + "default": true + } + ] + }, + "minecraft:oxeye_daisy": { + "states": [ + { + "id": 1421, + "default": true + } + ] + }, + "minecraft:cornflower": { + "states": [ + { + "id": 1422, + "default": true + } + ] + }, + "minecraft:wither_rose": { + "states": [ + { + "id": 1423, + "default": true + } + ] + }, + "minecraft:lily_of_the_valley": { + "states": [ + { + "id": 1424, + "default": true + } + ] + }, + "minecraft:brown_mushroom": { + "states": [ + { + "id": 1425, + "default": true + } + ] + }, + "minecraft:red_mushroom": { + "states": [ + { + "id": 1426, + "default": true + } + ] + }, + "minecraft:gold_block": { + "states": [ + { + "id": 1427, + "default": true + } + ] + }, + "minecraft:iron_block": { + "states": [ + { + "id": 1428, + "default": true + } + ] + }, + "minecraft:bricks": { + "states": [ + { + "id": 1429, + "default": true + } + ] + }, + "minecraft:tnt": { + "properties": { + "unstable": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "unstable": "true" + }, + "id": 1430 + }, + { + "properties": { + "unstable": "false" + }, + "id": 1431, + "default": true + } + ] + }, + "minecraft:bookshelf": { + "states": [ + { + "id": 1432, + "default": true + } + ] + }, + "minecraft:mossy_cobblestone": { + "states": [ + { + "id": 1433, + "default": true + } + ] + }, + "minecraft:obsidian": { + "states": [ + { + "id": 1434, + "default": true + } + ] + }, + "minecraft:torch": { + "states": [ + { + "id": 1435, + "default": true + } + ] + }, + "minecraft:wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 1436, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 1437 + }, + { + "properties": { + "facing": "west" + }, + "id": 1438 + }, + { + "properties": { + "facing": "east" + }, + "id": 1439 + } + ] + }, + "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": 1440 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1441 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1442 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1443 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1444 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1445 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1446 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1447 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1448 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1449 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1450 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1451 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1452 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1453 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1454 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1455 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1456 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1457 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1458 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1459 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1460 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1461 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1462 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1463 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1464 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1465 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1466 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1467 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1468 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1469 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1470 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1471, + "default": true + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1472 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1473 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1474 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1475 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1476 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1477 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1478 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1479 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1480 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1481 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1482 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1483 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1484 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1485 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1486 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1487 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1488 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1489 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1490 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1491 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1492 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1493 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1494 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1495 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1496 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1497 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1498 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1499 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1500 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1501 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1502 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1503 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1504 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1505 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1506 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1507 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1508 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1509 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1510 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1511 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1512 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1513 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1514 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1515 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1516 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1517 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1518 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1519 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1520 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1521 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1522 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1523 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1524 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1525 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1526 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1527 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1528 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1529 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1530 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1531 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1532 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1533 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1534 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1535 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1536 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1537 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1538 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1539 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1540 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1541 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1542 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1543 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1544 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1545 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1546 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1547 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1548 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1549 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1550 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1551 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1552 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1553 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1554 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1555 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1556 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1557 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1558 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1559 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1560 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1561 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1562 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1563 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1564 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1565 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1566 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1567 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1568 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1569 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1570 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1571 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1572 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1573 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1574 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1575 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1576 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1577 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1578 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1579 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1580 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1581 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1582 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1583 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1584 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1585 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1586 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1587 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1588 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1589 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1590 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1591 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1592 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1593 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1594 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1595 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1596 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1597 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1598 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1599 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1600 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1601 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1602 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1603 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1604 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1605 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1606 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1607 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1608 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1609 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1610 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1611 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1612 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1613 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1614 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1615 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1616 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1617 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1618 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1619 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1620 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1621 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1622 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1623 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1624 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1625 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1626 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1627 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1628 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1629 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1630 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1631 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1632 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1633 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1634 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1635 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1636 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1637 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1638 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1639 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1640 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1641 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1642 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1643 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1644 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1645 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1646 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1647 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1648 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1649 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1650 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1651 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1652 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1653 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1654 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1655 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1656 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1657 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1658 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1659 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1660 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1661 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1662 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1663 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1664 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1665 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1666 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1667 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1668 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1669 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1670 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1671 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1672 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1673 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1674 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1675 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1676 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1677 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1678 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1679 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1680 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1681 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1682 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1683 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1684 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1685 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1686 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1687 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1688 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1689 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1690 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1691 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1692 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1693 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1694 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1695 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1696 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1697 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1698 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1699 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1700 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1701 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1702 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1703 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1704 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1705 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1706 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1707 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1708 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1709 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1710 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1711 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1712 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1713 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1714 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1715 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1716 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1717 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1718 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1719 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1720 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1721 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1722 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1723 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1724 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1725 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1726 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1727 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1728 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1729 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1730 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1731 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1732 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1733 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1734 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1735 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1736 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1737 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1738 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1739 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1740 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1741 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1742 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1743 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1744 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1745 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1746 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1747 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1748 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1749 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1750 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1751 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1752 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1753 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1754 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1755 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1756 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1757 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1758 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1759 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1760 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1761 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1762 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1763 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1764 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1765 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1766 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1767 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1768 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1769 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1770 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1771 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1772 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1773 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1774 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1775 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1776 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1777 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1778 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1779 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1780 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1781 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1782 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1783 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1784 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1785 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1786 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1787 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1788 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1789 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1790 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1791 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1792 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1793 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1794 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1795 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1796 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1797 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1798 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1799 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1800 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1801 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1802 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1803 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1804 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1805 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1806 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1807 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1808 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1809 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1810 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1811 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1812 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1813 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1814 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1815 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1816 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1817 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1818 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1819 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1820 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1821 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1822 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1823 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1824 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1825 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1826 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1827 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1828 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1829 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1830 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1831 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1832 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1833 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1834 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1835 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1836 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1837 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1838 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1839 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1840 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1841 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1842 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1843 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1844 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1845 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1846 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1847 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1848 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1849 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1850 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1851 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1852 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1853 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1854 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1855 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1856 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1857 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1858 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1859 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1860 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1861 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1862 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1863 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1864 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1865 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1866 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1867 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1868 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1869 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1870 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1871 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1872 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1873 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1874 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1875 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1876 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1877 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1878 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1879 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1880 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1881 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1882 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1883 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1884 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1885 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1886 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1887 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1888 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1889 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1890 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1891 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1892 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1893 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1894 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1895 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1896 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1897 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1898 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1899 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1900 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1901 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1902 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1903 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1904 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1905 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1906 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1907 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1908 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1909 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1910 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1911 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1912 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1913 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1914 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1915 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1916 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1917 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1918 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1919 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1920 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1921 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1922 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1923 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1924 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1925 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1926 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1927 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1928 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1929 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1930 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1931 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1932 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1933 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1934 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1935 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1936 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1937 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1938 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1939 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1940 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1941 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1942 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1943 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1944 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1945 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1946 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1947 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1948 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1949 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1950 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1951 + } + ] + }, + "minecraft:soul_fire": { + "states": [ + { + "id": 1952, + "default": true + } + ] + }, + "minecraft:spawner": { + "states": [ + { + "id": 1953, + "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": 1954 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1955 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1956 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1957 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1958 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1959 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1960 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1961 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1962 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1963 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1964 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1965, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1966 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1967 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1968 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1969 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1970 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1971 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1972 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1973 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1974 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1975 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1976 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1977 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1978 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1979 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1980 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1981 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1982 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1983 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1984 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1985 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1986 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1987 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1988 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1989 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1990 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1991 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1992 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1993 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1994 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1995 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1996 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1997 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1998 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1999 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2000 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2001 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2002 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2003 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2004 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2005 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2006 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2007 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2008 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2009 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2010 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2011 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2012 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2013 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2014 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2015 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2016 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2017 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2018 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2019 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2020 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2021 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2022 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2023 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2024 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2025 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2026 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2027 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2028 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2029 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2030 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2031 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2032 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2033 + } + ] + }, + "minecraft:chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "type": [ + "single", + "left", + "right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "true" + }, + "id": 2034 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 2035, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 2036 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 2037 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 2038 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 2039 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 2040 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 2041 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 2042 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 2043 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 2044 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 2045 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 2046 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 2047 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 2048 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 2049 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 2050 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 2051 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 2052 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 2053 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 2054 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 2055 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 2056 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 2057 + } + ] + }, + "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": 2058 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2059 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2060 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2061 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2062 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2063 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2064 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2065 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2066 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2067 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2068 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2069 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2070 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2071 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2072 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2073 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2074 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2075 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2076 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2077 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2078 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2079 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2080 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2081 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2082 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2083 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2084 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2085 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2086 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2087 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2088 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2089 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2090 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2091 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2092 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2093 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2094 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2095 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2096 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2097 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2098 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2099 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2100 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2101 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2102 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2103 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2104 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2105 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2106 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2107 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2108 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2109 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2110 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2111 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2112 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2113 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2114 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2115 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2116 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2117 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2118 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2119 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2120 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2121 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2122 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2123 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2124 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2125 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2126 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2127 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2128 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2129 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2130 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2131 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2132 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2133 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2134 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2135 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2136 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2137 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2138 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2139 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2140 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2141 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2142 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2143 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2144 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2145 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2146 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2147 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2148 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2149 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2150 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2151 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2152 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2153 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2154 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2155 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2156 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2157 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2158 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2159 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2160 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2161 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2162 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2163 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2164 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2165 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2166 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2167 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2168 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2169 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2170 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2171 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2172 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2173 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2174 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2175 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2176 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2177 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2178 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2179 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2180 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2181 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2182 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2183 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2184 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2185 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2186 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2187 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2188 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2189 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2190 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2191 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2192 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2193 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2194 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2195 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2196 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2197 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2198 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2199 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2200 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2201 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2202 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2203 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2204 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2205 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2206 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2207 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2208 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2209 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2210 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2211 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2212 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2213 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2214 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2215 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2216 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2217 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2218 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2219 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2220 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2221 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2222 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2223 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2224 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2225 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2226 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2227 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2228 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2229 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2230 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2231 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2232 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2233 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2234 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2235 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2236 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2237 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2238 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2239 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2240 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2241 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2242 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2243 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2244 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2245 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2246 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2247 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2248 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2249 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2250 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2251 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2252 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2253 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2254 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2255 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2256 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2257 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2258 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2259 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2260 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2261 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2262 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2263 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2264 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2265 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2266 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2267 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2268 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2269 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2270 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2271 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2272 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2273 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2274 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2275 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2276 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2277 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2278 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2279 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2280 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2281 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2282 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2283 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2284 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2285 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2286 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2287 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2288 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2289 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2290 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2291 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2292 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2293 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2294 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2295 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2296 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2297 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2298 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2299 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2300 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2301 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2302 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2303 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2304 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2305 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2306 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2307 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2308 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2309 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2310 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2311 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2312 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2313 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2314 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2315 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2316 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2317 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2318 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2319 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2320 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2321 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2322 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2323 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2324 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2325 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2326 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2327 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2328 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2329 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2330 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2331 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2332 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2333 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2334 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2335 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2336 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2337 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2338 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2339 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2340 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2341 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2342 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2343 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2344 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2345 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2346 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2347 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2348 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2349 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2350 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2351 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2352 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2353 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2354 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2355 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2356 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2357 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2358 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2359 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2360 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2361 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2362 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2363 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2364 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2365 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2366 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2367 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2368 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2369 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2370 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2371 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2372 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2373 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2374 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2375 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2376 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2377 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2378 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2379 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2380 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2381 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2382 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2383 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2384 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2385 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2386 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2387 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2388 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2389 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2390 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2391 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2392 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2393 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2394 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2395 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2396 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2397 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2398 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2399 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2400 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2401 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2402 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2403 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2404 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2405 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2406 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2407 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2408 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2409 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2410 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2411 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2412 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2413 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2414 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2415 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2416 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2417 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2418 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2419 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2420 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2421 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2422 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2423 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2424 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2425 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2426 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2427 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2428 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2429 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2430 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2431 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2432 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2433 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2434 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2435 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2436 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2437 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2438 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2439 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2440 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2441 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2442 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2443 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2444 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2445 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2446 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2447 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2448 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2449 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2450 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2451 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2452 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2453 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2454 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2455 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2456 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2457 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2458 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2459 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2460 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2461 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2462 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2463 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2464 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2465 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2466 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2467 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2468 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2469 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2470 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2471 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2472 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2473 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2474 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2475 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2476 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2477 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2478 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2479 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2480 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2481 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2482 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2483 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2484 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2485 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2486 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2487 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2488 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2489 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2490 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2491 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2492 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2493 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2494 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2495 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2496 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2497 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2498 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2499 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2500 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2501 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2502 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2503 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2504 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2505 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2506 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2507 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2508 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2509 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2510 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2511 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2512 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2513 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2514 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2515 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2516 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2517 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2518 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2519 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2520 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2521 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2522 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2523 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2524 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2525 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2526 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2527 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2528 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2529 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2530 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2531 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2532 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2533 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2534 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2535 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2536 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2537 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2538 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2539 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2540 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2541 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2542 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2543 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2544 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2545 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2546 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2547 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2548 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2549 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2550 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2551 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2552 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2553 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2554 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2555 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2556 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2557 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2558 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2559 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2560 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2561 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2562 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2563 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2564 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2565 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2566 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2567 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2568 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2569 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2570 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2571 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2572 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2573 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2574 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2575 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2576 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2577 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2578 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2579 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2580 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2581 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2582 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2583 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2584 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2585 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2586 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2587 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2588 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2589 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2590 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2591 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2592 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2593 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2594 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2595 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2596 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2597 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2598 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2599 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2600 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2601 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2602 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2603 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2604 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2605 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2606 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2607 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2608 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2609 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2610 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2611 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2612 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2613 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2614 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2615 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2616 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2617 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2618 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2619 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2620 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2621 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2622 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2623 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2624 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2625 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2626 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2627 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2628 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2629 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2630 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2631 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2632 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2633 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2634 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2635 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2636 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2637 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2638 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2639 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2640 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2641 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2642 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2643 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2644 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2645 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2646 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2647 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2648 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2649 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2650 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2651 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2652 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2653 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2654 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2655 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2656 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2657 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2658 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2659 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2660 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2661 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2662 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2663 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2664 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2665 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2666 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2667 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2668 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2669 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2670 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2671 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2672 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2673 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2674 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2675 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2676 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2677 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2678 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2679 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2680 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2681 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2682 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2683 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2684 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2685 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2686 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2687 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2688 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2689 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2690 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2691 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2692 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2693 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2694 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2695 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2696 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2697 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2698 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2699 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2700 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2701 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2702 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2703 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2704 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2705 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2706 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2707 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2708 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2709 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2710 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2711 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2712 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2713 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2714 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2715 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2716 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2717 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2718 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2719 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2720 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2721 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2722 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2723 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2724 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2725 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2726 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2727 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2728 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2729 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2730 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2731 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2732 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2733 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2734 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2735 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2736 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2737 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2738 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2739 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2740 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2741 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2742 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2743 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2744 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2745 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2746 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2747 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2748 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2749 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2750 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2751 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2752 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2753 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2754 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2755 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2756 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2757 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2758 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2759 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2760 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2761 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2762 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2763 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2764 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2765 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2766 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2767 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2768 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2769 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2770 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2771 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2772 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2773 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2774 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2775 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2776 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2777 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2778 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2779 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2780 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2781 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2782 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2783 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2784 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2785 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2786 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2787 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2788 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2789 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2790 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2791 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2792 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2793 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2794 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2795 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2796 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2797 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2798 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2799 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2800 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2801 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2802 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2803 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2804 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2805 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2806 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2807 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2808 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2809 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2810 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2811 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2812 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2813 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2814 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2815 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2816 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2817 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2818 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2819 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2820 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2821 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2822 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2823 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2824 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2825 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2826 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2827 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2828 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2829 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2830 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2831 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2832 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2833 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2834 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2835 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2836 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2837 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2838 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2839 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2840 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2841 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2842 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2843 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2844 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2845 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2846 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2847 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2848 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2849 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2850 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2851 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2852 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2853 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2854 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2855 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2856 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2857 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2858 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2859 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2860 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2861 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2862 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2863 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2864 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2865 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2866 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2867 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2868 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2869 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2870 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2871 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2872 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2873 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2874 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2875 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2876 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2877 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2878 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2879 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2880 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2881 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2882 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2883 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2884 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2885 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2886 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2887 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2888 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2889 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2890 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2891 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2892 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2893 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2894 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2895 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2896 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2897 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2898 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2899 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2900 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2901 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2902 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2903 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2904 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2905 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2906 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2907 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2908 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2909 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2910 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2911 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2912 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2913 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2914 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2915 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2916 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2917 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2918 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2919 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2920 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2921 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2922 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2923 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2924 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2925 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2926 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2927 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2928 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2929 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2930 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2931 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2932 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2933 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2934 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2935 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2936 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2937 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2938 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2939 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2940 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2941 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2942 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2943 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2944 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2945 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2946 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2947 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2948 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2949 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2950 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2951 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2952 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2953 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2954 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2955 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2956 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2957 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2958 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2959 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2960 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2961 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2962 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2963 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2964 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2965 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2966 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2967 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2968 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2969 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2970 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2971 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2972 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2973 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2974 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2975 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2976 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2977 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2978 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2979 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2980 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2981 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2982 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2983 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2984 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2985 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2986 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2987 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2988 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2989 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2990 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2991 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2992 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2993 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2994 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2995 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2996 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2997 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2998 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2999 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3000 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3001 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3002 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3003 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3004 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3005 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3006 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3007 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3008 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3009 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3010 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3011 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3012 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3013 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3014 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3015 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3016 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3017 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3018 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3019 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3020 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3021 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3022 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3023 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3024 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3025 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3026 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3027 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3028 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3029 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3030 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3031 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3032 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3033 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3034 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3035 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3036 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3037 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3038 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3039 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3040 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3041 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3042 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3043 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3044 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3045 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3046 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3047 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3048 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3049 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3050 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3051 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3052 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3053 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3054 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3055 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3056 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3057 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3058 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3059 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3060 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3061 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3062 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3063 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3064 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3065 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3066 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3067 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3068 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3069 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3070 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3071 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3072 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3073 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3074 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3075 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3076 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3077 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3078 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3079 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3080 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3081 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3082 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3083 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3084 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3085 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3086 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3087 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3088 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3089 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3090 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3091 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3092 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3093 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3094 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3095 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3096 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3097 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3098 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3099 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3100 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3101 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3102 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3103 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3104 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3105 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3106 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3107 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3108 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3109 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3110 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3111 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3112 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3113 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3114 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3115 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3116 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3117 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3118 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3119 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3120 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3121 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3122 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3123 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3124 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3125 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3126 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3127 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3128 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3129 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3130 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3131 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3132 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3133 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3134 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3135 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3136 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3137 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3138 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3139 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3140 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3141 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3142 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3143 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3144 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3145 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3146 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3147 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3148 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3149 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3150 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3151 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3152 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3153 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3154 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3155 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3156 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3157 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3158 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3159 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3160 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3161 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3162 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3163 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3164 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3165 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3166 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3167 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3168 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3169 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3170 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3171 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3172 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3173 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3174 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3175 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3176 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3177 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3178 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3179 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3180 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3181 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3182 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3183 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3184 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3185 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3186 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3187 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3188 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3189 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3190 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3191 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3192 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3193 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3194 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3195 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3196 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3197 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3198 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3199 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3200 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3201 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3202 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3203 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3204 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3205 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3206 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3207 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3208 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3209 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3210 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3211 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3212 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3213 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3214 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3215 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3216 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3217 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3218, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3219 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3220 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3221 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3222 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3223 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3224 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3225 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3226 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3227 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3228 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3229 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3230 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3231 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3232 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3233 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3234 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3235 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3236 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3237 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3238 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3239 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3240 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3241 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3242 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3243 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3244 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3245 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3246 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3247 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3248 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3249 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3250 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3251 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3252 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3253 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3254 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3255 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3256 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3257 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3258 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3259 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3260 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3261 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3262 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3263 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3264 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3265 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3266 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3267 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3268 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3269 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3270 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3271 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3272 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3273 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3274 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3275 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3276 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3277 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3278 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3279 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3280 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3281 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3282 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3283 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3284 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3285 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3286 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3287 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3288 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3289 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3290 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3291 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3292 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3293 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3294 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3295 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3296 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3297 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3298 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3299 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3300 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3301 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3302 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3303 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3304 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3305 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3306 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3307 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3308 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3309 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3310 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3311 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3312 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3313 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3314 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3315 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3316 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3317 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3318 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3319 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3320 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3321 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3322 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3323 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3324 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3325 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3326 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3327 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3328 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3329 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3330 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3331 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3332 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3333 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3334 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3335 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3336 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3337 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3338 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3339 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3340 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3341 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3342 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3343 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3344 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3345 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3346 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3347 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3348 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3349 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3350 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3351 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3352 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3353 + } + ] + }, + "minecraft:diamond_ore": { + "states": [ + { + "id": 3354, + "default": true + } + ] + }, + "minecraft:diamond_block": { + "states": [ + { + "id": 3355, + "default": true + } + ] + }, + "minecraft:crafting_table": { + "states": [ + { + "id": 3356, + "default": true + } + ] + }, + "minecraft:wheat": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 3357, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3358 + }, + { + "properties": { + "age": "2" + }, + "id": 3359 + }, + { + "properties": { + "age": "3" + }, + "id": 3360 + }, + { + "properties": { + "age": "4" + }, + "id": 3361 + }, + { + "properties": { + "age": "5" + }, + "id": 3362 + }, + { + "properties": { + "age": "6" + }, + "id": 3363 + }, + { + "properties": { + "age": "7" + }, + "id": 3364 + } + ] + }, + "minecraft:farmland": { + "properties": { + "moisture": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "moisture": "0" + }, + "id": 3365, + "default": true + }, + { + "properties": { + "moisture": "1" + }, + "id": 3366 + }, + { + "properties": { + "moisture": "2" + }, + "id": 3367 + }, + { + "properties": { + "moisture": "3" + }, + "id": 3368 + }, + { + "properties": { + "moisture": "4" + }, + "id": 3369 + }, + { + "properties": { + "moisture": "5" + }, + "id": 3370 + }, + { + "properties": { + "moisture": "6" + }, + "id": 3371 + }, + { + "properties": { + "moisture": "7" + }, + "id": 3372 + } + ] + }, + "minecraft:furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3373 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3374, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3375 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3376 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3377 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3378 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3379 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3380 + } + ] + }, + "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": 3381 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3382, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3383 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3384 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3385 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3386 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3387 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3388 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3389 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3390 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3391 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3392 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3393 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3394 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3395 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3396 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3397 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3398 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3399 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3400 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3401 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3402 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3403 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3404 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3405 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3406 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3407 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3408 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3409 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3410 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3411 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3412 + } + ] + }, + "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": 3413 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3414, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3415 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3416 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3417 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3418 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3419 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3420 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3421 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3422 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3423 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3424 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3425 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3426 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3427 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3428 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3429 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3430 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3431 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3432 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3433 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3434 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3435 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3436 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3437 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3438 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3439 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3440 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3441 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3442 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3443 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3444 + } + ] + }, + "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": 3445 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3446, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3447 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3448 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3449 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3450 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3451 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3452 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3453 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3454 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3455 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3456 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3457 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3458 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3459 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3460 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3461 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3462 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3463 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3464 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3465 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3466 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3467 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3468 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3469 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3470 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3471 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3472 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3473 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3474 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3475 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3476 + } + ] + }, + "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": 3477 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3478, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3479 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3480 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3481 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3482 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3483 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3484 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3485 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3486 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3487 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3488 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3489 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3490 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3491 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3492 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3493 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3494 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3495 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3496 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3497 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3498 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3499 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3500 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3501 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3502 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3503 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3504 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3505 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3506 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3507 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3508 + } + ] + }, + "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": 3509 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3510, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3511 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3512 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3513 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3514 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3515 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3516 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3517 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3518 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3519 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3520 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3521 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3522 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3523 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3524 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3525 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3526 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3527 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3528 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3529 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3530 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3531 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3532 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3533 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3534 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3535 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3536 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3537 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3538 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3539 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3540 + } + ] + }, + "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": 3541 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3542, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3543 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3544 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3545 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3546 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3547 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3548 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3549 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3550 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3551 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3552 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3553 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3554 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3555 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3556 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3557 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3558 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3559 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3560 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3561 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3562 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3563 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3564 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3565 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3566 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3567 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3568 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3569 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3570 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3571 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3572 + } + ] + }, + "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": 3573 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3574 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3575 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3576 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3577 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3578 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3579 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3580 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3581 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3582 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3583 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3584, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3585 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3586 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3587 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3588 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3589 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3590 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3591 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3592 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3593 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3594 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3595 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3596 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3597 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3598 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3599 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3600 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3601 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3602 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3603 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3604 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3605 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3606 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3607 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3608 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3609 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3610 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3611 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3612 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3613 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3614 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3615 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3616 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3617 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3618 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3619 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3620 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3621 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3622 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3623 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3624 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3625 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3626 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3627 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3628 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3629 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3630 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3631 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3632 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3633 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3634 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3635 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3636 + } + ] + }, + "minecraft:ladder": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3637 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3638, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3639 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3640 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3641 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3642 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3643 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3644 + } + ] + }, + "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": 3645, + "default": true + }, + { + "properties": { + "shape": "east_west" + }, + "id": 3646 + }, + { + "properties": { + "shape": "ascending_east" + }, + "id": 3647 + }, + { + "properties": { + "shape": "ascending_west" + }, + "id": 3648 + }, + { + "properties": { + "shape": "ascending_north" + }, + "id": 3649 + }, + { + "properties": { + "shape": "ascending_south" + }, + "id": 3650 + }, + { + "properties": { + "shape": "south_east" + }, + "id": 3651 + }, + { + "properties": { + "shape": "south_west" + }, + "id": 3652 + }, + { + "properties": { + "shape": "north_west" + }, + "id": 3653 + }, + { + "properties": { + "shape": "north_east" + }, + "id": 3654 + } + ] + }, + "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": 3655 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3656 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3657 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3658 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3659 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3660 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3661 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3662 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3663 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3664 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3665 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3666, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3667 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3668 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3669 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3670 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3671 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3672 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3673 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3674 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3675 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3676 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3677 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3678 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3679 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3680 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3681 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3682 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3683 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3684 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3685 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3686 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3687 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3688 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3689 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3690 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3691 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3692 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3693 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3694 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3695 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3696 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3697 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3698 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3699 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3700 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3701 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3702 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3703 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3704 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3705 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3706 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3707 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3708 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3709 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3710 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3711 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3712 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3713 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3714 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3715 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3716 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3717 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3718 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3719 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3720 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3721 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3722 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3723 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3724 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3725 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3726 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3727 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3728 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3729 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3730 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3731 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3732 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3733 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3734 + } + ] + }, + "minecraft:oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3735 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3736, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3737 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3738 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3739 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3740 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3741 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3742 + } + ] + }, + "minecraft:spruce_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3743 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3744, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3745 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3746 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3747 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3748 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3749 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3750 + } + ] + }, + "minecraft:birch_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3751 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3752, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3753 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3754 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3755 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3756 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3757 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3758 + } + ] + }, + "minecraft:acacia_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3759 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3760, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3761 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3762 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3763 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3764 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3765 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3766 + } + ] + }, + "minecraft:jungle_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3767 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3768, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3769 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3770 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3771 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3772 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3773 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3774 + } + ] + }, + "minecraft:dark_oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3775 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3776, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3777 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3778 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3779 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3780 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3781 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3782 + } + ] + }, + "minecraft:lever": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 3783 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3784 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3785 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3786 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3787 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3788 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3789 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3790 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3791 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3792, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3793 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3794 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3795 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3796 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3797 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3798 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3799 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3800 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3801 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3802 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3803 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3804 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3805 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3806 + } + ] + }, + "minecraft:stone_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3807 + }, + { + "properties": { + "powered": "false" + }, + "id": 3808, + "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": 3809 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3810 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3811 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3812 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3813 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3814 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3815 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3816 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3817 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3818 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3819 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3820, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3821 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3822 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3823 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3824 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3825 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3826 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3827 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3828 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3829 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3830 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3831 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3832 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3833 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3834 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3835 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3836 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3837 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3838 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3839 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3840 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3841 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3842 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3843 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3844 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3845 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3846 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3847 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3848 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3849 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3850 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3851 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3852 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3853 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3854 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3855 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3856 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3857 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3858 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3859 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3860 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3861 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3862 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3863 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3864 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3865 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3866 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3867 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3868 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3869 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3870 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3871 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3872 + } + ] + }, + "minecraft:oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3873 + }, + { + "properties": { + "powered": "false" + }, + "id": 3874, + "default": true + } + ] + }, + "minecraft:spruce_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3875 + }, + { + "properties": { + "powered": "false" + }, + "id": 3876, + "default": true + } + ] + }, + "minecraft:birch_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3877 + }, + { + "properties": { + "powered": "false" + }, + "id": 3878, + "default": true + } + ] + }, + "minecraft:jungle_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3879 + }, + { + "properties": { + "powered": "false" + }, + "id": 3880, + "default": true + } + ] + }, + "minecraft:acacia_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3881 + }, + { + "properties": { + "powered": "false" + }, + "id": 3882, + "default": true + } + ] + }, + "minecraft:dark_oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3883 + }, + { + "properties": { + "powered": "false" + }, + "id": 3884, + "default": true + } + ] + }, + "minecraft:redstone_ore": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3885 + }, + { + "properties": { + "lit": "false" + }, + "id": 3886, + "default": true + } + ] + }, + "minecraft:redstone_torch": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3887, + "default": true + }, + { + "properties": { + "lit": "false" + }, + "id": 3888 + } + ] + }, + "minecraft:redstone_wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3889, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3890 + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3891 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3892 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3893 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3894 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3895 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3896 + } + ] + }, + "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": 3897 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3898 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3899 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3900 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3901 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3902 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3903 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3904 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3905 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3906, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3907 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3908 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3909 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3910 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3911 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3912 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3913 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3914 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3915 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3916 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3917 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3918 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3919 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3920 + } + ] + }, + "minecraft:snow": { + "properties": { + "layers": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "layers": "1" + }, + "id": 3921, + "default": true + }, + { + "properties": { + "layers": "2" + }, + "id": 3922 + }, + { + "properties": { + "layers": "3" + }, + "id": 3923 + }, + { + "properties": { + "layers": "4" + }, + "id": 3924 + }, + { + "properties": { + "layers": "5" + }, + "id": 3925 + }, + { + "properties": { + "layers": "6" + }, + "id": 3926 + }, + { + "properties": { + "layers": "7" + }, + "id": 3927 + }, + { + "properties": { + "layers": "8" + }, + "id": 3928 + } + ] + }, + "minecraft:ice": { + "states": [ + { + "id": 3929, + "default": true + } + ] + }, + "minecraft:snow_block": { + "states": [ + { + "id": 3930, + "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": 3931, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3932 + }, + { + "properties": { + "age": "2" + }, + "id": 3933 + }, + { + "properties": { + "age": "3" + }, + "id": 3934 + }, + { + "properties": { + "age": "4" + }, + "id": 3935 + }, + { + "properties": { + "age": "5" + }, + "id": 3936 + }, + { + "properties": { + "age": "6" + }, + "id": 3937 + }, + { + "properties": { + "age": "7" + }, + "id": 3938 + }, + { + "properties": { + "age": "8" + }, + "id": 3939 + }, + { + "properties": { + "age": "9" + }, + "id": 3940 + }, + { + "properties": { + "age": "10" + }, + "id": 3941 + }, + { + "properties": { + "age": "11" + }, + "id": 3942 + }, + { + "properties": { + "age": "12" + }, + "id": 3943 + }, + { + "properties": { + "age": "13" + }, + "id": 3944 + }, + { + "properties": { + "age": "14" + }, + "id": 3945 + }, + { + "properties": { + "age": "15" + }, + "id": 3946 + } + ] + }, + "minecraft:clay": { + "states": [ + { + "id": 3947, + "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": 3948, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3949 + }, + { + "properties": { + "age": "2" + }, + "id": 3950 + }, + { + "properties": { + "age": "3" + }, + "id": 3951 + }, + { + "properties": { + "age": "4" + }, + "id": 3952 + }, + { + "properties": { + "age": "5" + }, + "id": 3953 + }, + { + "properties": { + "age": "6" + }, + "id": 3954 + }, + { + "properties": { + "age": "7" + }, + "id": 3955 + }, + { + "properties": { + "age": "8" + }, + "id": 3956 + }, + { + "properties": { + "age": "9" + }, + "id": 3957 + }, + { + "properties": { + "age": "10" + }, + "id": 3958 + }, + { + "properties": { + "age": "11" + }, + "id": 3959 + }, + { + "properties": { + "age": "12" + }, + "id": 3960 + }, + { + "properties": { + "age": "13" + }, + "id": 3961 + }, + { + "properties": { + "age": "14" + }, + "id": 3962 + }, + { + "properties": { + "age": "15" + }, + "id": 3963 + } + ] + }, + "minecraft:jukebox": { + "properties": { + "has_record": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "has_record": "true" + }, + "id": 3964 + }, + { + "properties": { + "has_record": "false" + }, + "id": 3965, + "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": 3966 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3967 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3968 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3969 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3970 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3971 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3972 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3973 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3974 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3975 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3976 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3977 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3978 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3979 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3980 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3981 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3982 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3983 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3984 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3985 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3986 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3987 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3988 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3989 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3990 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3991 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3992 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3993 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3994 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3995 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3996 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3997, + "default": true + } + ] + }, + "minecraft:pumpkin": { + "states": [ + { + "id": 3998, + "default": true + } + ] + }, + "minecraft:netherrack": { + "states": [ + { + "id": 3999, + "default": true + } + ] + }, + "minecraft:soul_sand": { + "states": [ + { + "id": 4000, + "default": true + } + ] + }, + "minecraft:soul_soil": { + "states": [ + { + "id": 4001, + "default": true + } + ] + }, + "minecraft:basalt": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4002 + }, + { + "properties": { + "axis": "y" + }, + "id": 4003, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4004 + } + ] + }, + "minecraft:polished_basalt": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4005 + }, + { + "properties": { + "axis": "y" + }, + "id": 4006, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4007 + } + ] + }, + "minecraft:soul_torch": { + "states": [ + { + "id": 4008, + "default": true + } + ] + }, + "minecraft:soul_wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4009, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4010 + }, + { + "properties": { + "facing": "west" + }, + "id": 4011 + }, + { + "properties": { + "facing": "east" + }, + "id": 4012 + } + ] + }, + "minecraft:glowstone": { + "states": [ + { + "id": 4013, + "default": true + } + ] + }, + "minecraft:nether_portal": { + "properties": { + "axis": [ + "x", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4014, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4015 + } + ] + }, + "minecraft:carved_pumpkin": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4016, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4017 + }, + { + "properties": { + "facing": "west" + }, + "id": 4018 + }, + { + "properties": { + "facing": "east" + }, + "id": 4019 + } + ] + }, + "minecraft:jack_o_lantern": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4020, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4021 + }, + { + "properties": { + "facing": "west" + }, + "id": 4022 + }, + { + "properties": { + "facing": "east" + }, + "id": 4023 + } + ] + }, + "minecraft:cake": { + "properties": { + "bites": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6" + ] + }, + "states": [ + { + "properties": { + "bites": "0" + }, + "id": 4024, + "default": true + }, + { + "properties": { + "bites": "1" + }, + "id": 4025 + }, + { + "properties": { + "bites": "2" + }, + "id": 4026 + }, + { + "properties": { + "bites": "3" + }, + "id": 4027 + }, + { + "properties": { + "bites": "4" + }, + "id": 4028 + }, + { + "properties": { + "bites": "5" + }, + "id": 4029 + }, + { + "properties": { + "bites": "6" + }, + "id": 4030 + } + ] + }, + "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": 4031 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4032 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4033 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4034, + "default": true + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4035 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4036 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4037 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4038 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4039 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4040 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4041 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4042 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4043 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4044 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4045 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4046 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4047 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4048 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4049 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4050 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4051 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4052 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4053 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4054 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4055 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4056 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4057 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4058 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4059 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4060 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4061 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4062 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4063 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4064 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4065 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4066 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4067 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4068 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4069 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4070 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4071 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4072 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4073 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4074 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4075 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4076 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4077 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4078 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4079 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4080 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4081 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4082 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4083 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4084 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4085 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4086 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4087 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4088 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4089 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4090 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4091 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4092 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4093 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4094 + } + ] + }, + "minecraft:white_stained_glass": { + "states": [ + { + "id": 4095, + "default": true + } + ] + }, + "minecraft:orange_stained_glass": { + "states": [ + { + "id": 4096, + "default": true + } + ] + }, + "minecraft:magenta_stained_glass": { + "states": [ + { + "id": 4097, + "default": true + } + ] + }, + "minecraft:light_blue_stained_glass": { + "states": [ + { + "id": 4098, + "default": true + } + ] + }, + "minecraft:yellow_stained_glass": { + "states": [ + { + "id": 4099, + "default": true + } + ] + }, + "minecraft:lime_stained_glass": { + "states": [ + { + "id": 4100, + "default": true + } + ] + }, + "minecraft:pink_stained_glass": { + "states": [ + { + "id": 4101, + "default": true + } + ] + }, + "minecraft:gray_stained_glass": { + "states": [ + { + "id": 4102, + "default": true + } + ] + }, + "minecraft:light_gray_stained_glass": { + "states": [ + { + "id": 4103, + "default": true + } + ] + }, + "minecraft:cyan_stained_glass": { + "states": [ + { + "id": 4104, + "default": true + } + ] + }, + "minecraft:purple_stained_glass": { + "states": [ + { + "id": 4105, + "default": true + } + ] + }, + "minecraft:blue_stained_glass": { + "states": [ + { + "id": 4106, + "default": true + } + ] + }, + "minecraft:brown_stained_glass": { + "states": [ + { + "id": 4107, + "default": true + } + ] + }, + "minecraft:green_stained_glass": { + "states": [ + { + "id": 4108, + "default": true + } + ] + }, + "minecraft:red_stained_glass": { + "states": [ + { + "id": 4109, + "default": true + } + ] + }, + "minecraft:black_stained_glass": { + "states": [ + { + "id": 4110, + "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": 4111 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4112 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4113 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4114 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4115 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4116 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4117 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4118 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4119 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4120 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4121 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4122 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4123 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4124 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4125 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4126, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4127 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4128 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4129 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4130 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4131 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4132 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4133 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4134 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4135 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4136 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4137 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4138 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4139 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4140 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4141 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4142 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4143 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4144 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4145 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4146 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4147 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4148 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4149 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4150 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4151 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4152 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4153 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4154 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4155 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4156 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4157 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4158 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4159 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4160 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4161 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4162 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4163 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4164 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4165 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4166 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4167 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4168 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4169 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4170 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4171 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4172 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4173 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4174 + } + ] + }, + "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": 4175 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4176 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4177 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4178 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4179 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4180 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4181 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4182 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4183 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4184 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4185 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4186 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4187 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4188 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4189 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4190, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4191 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4192 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4193 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4194 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4195 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4196 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4197 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4198 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4199 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4200 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4201 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4202 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4203 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4204 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4205 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4206 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4207 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4208 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4209 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4210 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4211 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4212 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4213 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4214 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4215 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4216 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4217 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4218 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4219 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4220 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4221 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4222 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4223 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4224 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4225 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4226 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4227 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4228 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4229 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4230 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4231 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4232 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4233 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4234 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4235 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4236 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4237 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4238 + } + ] + }, + "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": 4239 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4240 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4241 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4242 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4243 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4244 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4245 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4246 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4247 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4248 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4249 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4250 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4251 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4252 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4253 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4254, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4255 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4256 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4257 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4258 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4259 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4260 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4261 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4262 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4263 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4264 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4265 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4266 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4267 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4268 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4269 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4270 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4271 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4272 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4273 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4274 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4275 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4276 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4277 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4279 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4280 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4281 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4282 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4283 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4284 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4285 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4286 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4287 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4289 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4290 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4291 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4292 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4293 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4294 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4295 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4296 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4297 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4299 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4300 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4301 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4302 + } + ] + }, + "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": 4303 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4304 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4305 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4306 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4307 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4308 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4309 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4310 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4311 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4312 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4313 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4314 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4315 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4316 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4317 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4318, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4319 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4320 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4321 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4322 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4323 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4324 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4325 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4326 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4327 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4328 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4329 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4330 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4331 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4332 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4333 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4334 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4335 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4336 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4337 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4338 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4339 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4340 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4341 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4342 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4343 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4344 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4345 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4346 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4347 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4348 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4349 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4350 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4351 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4352 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4353 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4354 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4355 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4356 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4357 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4358 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4359 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4360 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4361 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4362 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4363 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4364 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4365 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4366 + } + ] + }, + "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": 4367 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4368 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4369 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4370 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4371 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4372 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4373 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4374 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4375 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4376 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4377 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4378 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4379 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4380 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4381 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4382, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4383 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4384 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4385 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4386 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4387 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4388 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4389 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4390 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4391 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4392 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4393 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4394 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4395 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4396 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4397 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4398 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4399 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4400 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4401 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4402 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4403 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4404 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4405 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4406 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4407 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4408 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4409 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4410 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4411 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4412 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4413 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4414 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4415 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4416 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4417 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4418 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4419 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4420 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4421 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4422 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4423 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4424 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4425 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4426 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4427 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4428 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4429 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4430 + } + ] + }, + "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": 4431 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4432 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4433 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4434 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4435 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4436 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4437 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4438 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4439 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4440 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4441 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4442 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4443 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4444 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4445 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4446, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4447 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4448 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4449 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4450 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4451 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4452 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4453 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4454 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4455 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4456 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4457 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4458 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4459 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4460 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4461 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4462 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4463 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4464 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4465 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4466 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4467 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4468 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4469 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4470 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4471 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4472 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4473 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4474 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4475 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4476 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4477 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4478 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4479 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4480 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4481 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4482 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4483 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4484 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4485 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4486 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4487 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4488 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4489 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4490 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4491 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4492 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4493 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4494 + } + ] + }, + "minecraft:stone_bricks": { + "states": [ + { + "id": 4495, + "default": true + } + ] + }, + "minecraft:mossy_stone_bricks": { + "states": [ + { + "id": 4496, + "default": true + } + ] + }, + "minecraft:cracked_stone_bricks": { + "states": [ + { + "id": 4497, + "default": true + } + ] + }, + "minecraft:chiseled_stone_bricks": { + "states": [ + { + "id": 4498, + "default": true + } + ] + }, + "minecraft:infested_stone": { + "states": [ + { + "id": 4499, + "default": true + } + ] + }, + "minecraft:infested_cobblestone": { + "states": [ + { + "id": 4500, + "default": true + } + ] + }, + "minecraft:infested_stone_bricks": { + "states": [ + { + "id": 4501, + "default": true + } + ] + }, + "minecraft:infested_mossy_stone_bricks": { + "states": [ + { + "id": 4502, + "default": true + } + ] + }, + "minecraft:infested_cracked_stone_bricks": { + "states": [ + { + "id": 4503, + "default": true + } + ] + }, + "minecraft:infested_chiseled_stone_bricks": { + "states": [ + { + "id": 4504, + "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": 4505, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4506 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4507 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4508 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4509 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4510 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4511 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4512 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4513 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4514 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4515 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4516 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4517 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4518 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4519 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4520 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4521 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4522 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4523 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4524 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4525 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4526 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4527 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4528 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4529 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4530 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4531 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4532 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4533 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4534 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4535 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4536 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4537 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4538 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4539 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4540 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4541 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4542 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4543 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4544 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4545 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4546 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4547 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4548 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4549 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4550 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4551 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4552 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4553 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4554 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4555 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4556 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4557 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4558 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4559 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4560 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4561 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4562 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4563 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4564 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4565 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4566 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4567 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4568 + } + ] + }, + "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": 4569, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4570 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4571 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4572 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4573 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4574 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4575 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4576 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4577 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4578 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4579 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4580 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4581 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4582 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4583 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4584 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4585 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4586 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4587 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4588 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4589 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4590 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4591 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4592 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4593 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4594 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4595 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4596 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4597 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4598 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4599 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4600 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4601 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4602 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4603 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4604 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4605 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4606 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4607 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4608 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4609 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4610 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4611 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4612 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4613 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4614 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4615 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4616 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4617 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4618 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4619 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4620 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4621 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4622 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4623 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4624 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4625 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4626 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4627 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4628 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4629 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4630 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4631 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4632 + } + ] + }, + "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": 4633, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4634 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4635 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4636 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4637 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4638 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4639 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4640 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4641 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4642 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4643 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4644 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4645 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4646 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4647 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4648 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4649 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4650 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4651 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4652 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4653 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4654 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4655 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4656 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4657 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4658 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4659 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4660 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4661 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4662 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4663 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4664 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4665 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4666 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4667 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4668 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4669 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4670 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4671 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4672 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4673 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4674 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4675 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4676 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4677 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4678 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4679 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4680 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4681 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4682 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4683 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4684 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4685 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4686 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4687 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4688 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4689 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4690 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4691 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4692 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4693 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4694 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4695 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4696 + } + ] + }, + "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": 4697 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4698 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4699 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4700 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4701 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4702 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4703 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4704 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4705 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4706 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4707 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4708 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4709 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4710 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4711 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4712 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4713 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4714 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4715 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4716 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4717 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4718 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4719 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4720 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4721 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4722 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4723 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4724 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4725 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4726 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4727 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4728, + "default": true + } + ] + }, + "minecraft:chain": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 4729 + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 4730, + "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": 4731 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4732 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4733 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4734 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4735 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4736 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4737 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4738 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4739 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4740 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4741 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4742 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4743 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4744 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4745 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4746 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4747 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4748 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4749 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4750 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4751 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4752 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4753 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4754 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4755 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4756 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4757 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4758 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4759 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4760 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4761 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4762, + "default": true + } + ] + }, + "minecraft:melon": { + "states": [ + { + "id": 4763, + "default": true + } + ] + }, + "minecraft:attached_pumpkin_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4764, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4765 + }, + { + "properties": { + "facing": "west" + }, + "id": 4766 + }, + { + "properties": { + "facing": "east" + }, + "id": 4767 + } + ] + }, + "minecraft:attached_melon_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4768, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4769 + }, + { + "properties": { + "facing": "west" + }, + "id": 4770 + }, + { + "properties": { + "facing": "east" + }, + "id": 4771 + } + ] + }, + "minecraft:pumpkin_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4772, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4773 + }, + { + "properties": { + "age": "2" + }, + "id": 4774 + }, + { + "properties": { + "age": "3" + }, + "id": 4775 + }, + { + "properties": { + "age": "4" + }, + "id": 4776 + }, + { + "properties": { + "age": "5" + }, + "id": 4777 + }, + { + "properties": { + "age": "6" + }, + "id": 4778 + }, + { + "properties": { + "age": "7" + }, + "id": 4779 + } + ] + }, + "minecraft:melon_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4780, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4781 + }, + { + "properties": { + "age": "2" + }, + "id": 4782 + }, + { + "properties": { + "age": "3" + }, + "id": 4783 + }, + { + "properties": { + "age": "4" + }, + "id": 4784 + }, + { + "properties": { + "age": "5" + }, + "id": 4785 + }, + { + "properties": { + "age": "6" + }, + "id": 4786 + }, + { + "properties": { + "age": "7" + }, + "id": 4787 + } + ] + }, + "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": 4788 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4789 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4790 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4791 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4792 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4793 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4794 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4795 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4796 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4797 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4798 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4799 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4800 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4801 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4802 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4803 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4804 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4805 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4806 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4807 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4808 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4809 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4810 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4811 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4812 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4813 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4814 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4815 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4816 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4817 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4818 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4819, + "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": 4820 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4821 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4822 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4823 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4824 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4825 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4826 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4827, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4828 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4829 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4830 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4831 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4832 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4833 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4834 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4835 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4836 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4837 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4838 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4839 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4840 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4841 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4842 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4843 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4844 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4845 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4846 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4847 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4848 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4849 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4850 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4851 + } + ] + }, + "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": 4852 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4853 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4854 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4855 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4856 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4857 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4858 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4859 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4860 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4861 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4862 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4863, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4864 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4865 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4866 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4867 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4868 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4869 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4870 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4871 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4872 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4873 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4874 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4875 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4876 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4877 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4878 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4879 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4880 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4881 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4882 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4883 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4884 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4885 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4886 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4887 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4888 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4889 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4890 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4891 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4892 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4893 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4894 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4895 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4896 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4897 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4898 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4899 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4900 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4901 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4902 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4903 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4904 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4905 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4906 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4907 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4908 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4909 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4910 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4911 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4912 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4913 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4914 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4915 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4916 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4917 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4918 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4919 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4920 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4921 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4922 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4923 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4924 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4925 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4926 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4927 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4928 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4929 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4930 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4931 + } + ] + }, + "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": 4932 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4933 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4934 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4935 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4936 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4937 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4938 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4939 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4940 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4941 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4942 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4943, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4944 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4945 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4946 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4947 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4948 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4949 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4950 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4951 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4952 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4953 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4954 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4955 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4956 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4957 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4958 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4959 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4960 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4961 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4962 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4963 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4964 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4965 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4966 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4967 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4968 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4969 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4970 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4971 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4972 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4973 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4974 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4975 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4976 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4977 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4978 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4979 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4980 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4981 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4982 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4983 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4984 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4985 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4986 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4987 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4988 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4989 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4990 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4991 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4992 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4993 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4994 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4995 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4996 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4997 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4998 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4999 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5000 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5001 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5002 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5003 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5004 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5005 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5006 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5007 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5008 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5009 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5010 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5011 + } + ] + }, + "minecraft:mycelium": { + "properties": { + "snowy": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "snowy": "true" + }, + "id": 5012 + }, + { + "properties": { + "snowy": "false" + }, + "id": 5013, + "default": true + } + ] + }, + "minecraft:lily_pad": { + "states": [ + { + "id": 5014, + "default": true + } + ] + }, + "minecraft:nether_bricks": { + "states": [ + { + "id": 5015, + "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": 5016 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5017 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5018 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5019 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5020 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5021 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5022 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5023 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5024 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5025 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5026 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5027 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5028 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5029 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5030 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5031 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5032 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5033 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5034 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5035 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5036 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5037 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5038 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5039 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5040 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5041 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5042 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5043 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5044 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5045 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5046 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5047, + "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": 5048 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5049 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5050 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5051 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5052 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5053 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5054 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5055 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5056 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5057 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5058 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5059, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5060 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5061 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5062 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5063 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5064 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5065 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5066 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5067 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5068 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5069 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5070 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5071 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5072 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5073 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5074 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5075 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5076 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5077 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5078 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5079 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5080 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5081 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5082 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5083 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5084 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5085 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5086 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5087 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5088 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5089 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5090 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5091 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5092 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5093 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5094 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5095 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5096 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5097 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5098 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5099 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5100 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5101 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5102 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5103 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5104 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5105 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5106 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5107 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5108 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5109 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5110 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5111 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5112 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5113 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5114 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5115 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5116 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5117 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5118 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5119 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5120 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5121 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5122 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5123 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5124 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5125 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5126 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5127 + } + ] + }, + "minecraft:nether_wart": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 5128, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 5129 + }, + { + "properties": { + "age": "2" + }, + "id": 5130 + }, + { + "properties": { + "age": "3" + }, + "id": 5131 + } + ] + }, + "minecraft:enchanting_table": { + "states": [ + { + "id": 5132, + "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": 5133 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5134 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5135 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5136 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "true" + }, + "id": 5137 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5138 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5139 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5140, + "default": true + } + ] + }, + "minecraft:cauldron": { + "properties": { + "level": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 5141, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 5142 + }, + { + "properties": { + "level": "2" + }, + "id": 5143 + }, + { + "properties": { + "level": "3" + }, + "id": 5144 + } + ] + }, + "minecraft:end_portal": { + "states": [ + { + "id": 5145, + "default": true + } + ] + }, + "minecraft:end_portal_frame": { + "properties": { + "eye": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "eye": "true", + "facing": "north" + }, + "id": 5146 + }, + { + "properties": { + "eye": "true", + "facing": "south" + }, + "id": 5147 + }, + { + "properties": { + "eye": "true", + "facing": "west" + }, + "id": 5148 + }, + { + "properties": { + "eye": "true", + "facing": "east" + }, + "id": 5149 + }, + { + "properties": { + "eye": "false", + "facing": "north" + }, + "id": 5150, + "default": true + }, + { + "properties": { + "eye": "false", + "facing": "south" + }, + "id": 5151 + }, + { + "properties": { + "eye": "false", + "facing": "west" + }, + "id": 5152 + }, + { + "properties": { + "eye": "false", + "facing": "east" + }, + "id": 5153 + } + ] + }, + "minecraft:end_stone": { + "states": [ + { + "id": 5154, + "default": true + } + ] + }, + "minecraft:dragon_egg": { + "states": [ + { + "id": 5155, + "default": true + } + ] + }, + "minecraft:redstone_lamp": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 5156 + }, + { + "properties": { + "lit": "false" + }, + "id": 5157, + "default": true + } + ] + }, + "minecraft:cocoa": { + "properties": { + "age": [ + "0", + "1", + "2" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "facing": "north" + }, + "id": 5158, + "default": true + }, + { + "properties": { + "age": "0", + "facing": "south" + }, + "id": 5159 + }, + { + "properties": { + "age": "0", + "facing": "west" + }, + "id": 5160 + }, + { + "properties": { + "age": "0", + "facing": "east" + }, + "id": 5161 + }, + { + "properties": { + "age": "1", + "facing": "north" + }, + "id": 5162 + }, + { + "properties": { + "age": "1", + "facing": "south" + }, + "id": 5163 + }, + { + "properties": { + "age": "1", + "facing": "west" + }, + "id": 5164 + }, + { + "properties": { + "age": "1", + "facing": "east" + }, + "id": 5165 + }, + { + "properties": { + "age": "2", + "facing": "north" + }, + "id": 5166 + }, + { + "properties": { + "age": "2", + "facing": "south" + }, + "id": 5167 + }, + { + "properties": { + "age": "2", + "facing": "west" + }, + "id": 5168 + }, + { + "properties": { + "age": "2", + "facing": "east" + }, + "id": 5169 + } + ] + }, + "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": 5170 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5171 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5172 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5173 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5174 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5175 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5176 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5177 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5178 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5179 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5180 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5181, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5182 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5183 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5184 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5185 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5186 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5187 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5188 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5189 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5190 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5191 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5192 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5193 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5194 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5195 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5196 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5197 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5198 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5199 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5200 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5201 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5202 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5203 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5204 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5205 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5206 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5207 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5208 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5209 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5210 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5211 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5212 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5213 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5214 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5215 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5216 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5217 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5218 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5219 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5220 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5221 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5222 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5223 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5224 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5225 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5226 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5227 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5228 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5229 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5230 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5231 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5232 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5233 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5234 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5235 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5236 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5237 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5238 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5239 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5240 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5241 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5242 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5243 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5244 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5245 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5246 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5247 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5248 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5249 + } + ] + }, + "minecraft:emerald_ore": { + "states": [ + { + "id": 5250, + "default": true + } + ] + }, + "minecraft:ender_chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 5251 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 5252, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 5253 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 5254 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 5255 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 5256 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 5257 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 5258 + } + ] + }, + "minecraft:tripwire_hook": { + "properties": { + "attached": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "true" + }, + "id": 5259 + }, + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "false" + }, + "id": 5260 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "true" + }, + "id": 5261 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "false" + }, + "id": 5262 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "true" + }, + "id": 5263 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "false" + }, + "id": 5264 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "true" + }, + "id": 5265 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "false" + }, + "id": 5266 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "true" + }, + "id": 5267 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "false" + }, + "id": 5268, + "default": true + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "true" + }, + "id": 5269 + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "false" + }, + "id": 5270 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "true" + }, + "id": 5271 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "false" + }, + "id": 5272 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "true" + }, + "id": 5273 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "false" + }, + "id": 5274 + } + ] + }, + "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": 5275 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5276 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5277 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5278 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5279 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5280 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5281 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5282 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5283 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5284 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5285 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5286 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5287 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5288 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5289 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5290 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5291 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5292 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5293 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5294 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5295 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5296 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5297 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5298 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5299 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5300 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5301 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5302 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5303 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5304 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5305 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5306 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5307 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5308 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5309 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5310 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5311 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5312 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5313 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5314 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5315 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5316 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5317 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5318 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5319 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5320 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5321 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5322 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5323 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5324 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5325 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5326 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5327 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5328 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5329 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5330 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5331 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5332 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5333 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5334 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5335 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5336 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5337 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5338 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5339 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5340 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5341 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5342 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5343 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5344 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5345 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5346 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5347 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5348 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5349 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5350 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5351 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5352 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5353 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5354 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5355 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5356 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5357 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5358 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5359 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5360 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5361 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5362 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5363 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5364 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5365 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5366 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5367 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5368 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5369 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5370 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5371 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5372 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5373 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5374 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5375 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5376 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5377 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5378 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5379 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5380 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5381 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5382 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5383 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5384 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5385 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5386 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5387 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5388 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5389 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5390 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5391 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5392 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5393 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5394 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5395 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5396 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5397 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5398 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5399 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5400 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5401 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5402, + "default": true + } + ] + }, + "minecraft:emerald_block": { + "states": [ + { + "id": 5403, + "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": 5404 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5405 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5406 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5407 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5408 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5409 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5410 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5411 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5412 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5413 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5414 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5415, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5416 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5417 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5418 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5419 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5420 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5421 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5422 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5423 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5424 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5425 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5426 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5427 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5428 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5429 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5430 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5431 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5432 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5433 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5434 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5435 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5436 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5437 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5438 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5439 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5440 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5441 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5442 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5443 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5444 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5445 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5446 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5447 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5448 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5449 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5450 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5451 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5452 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5453 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5454 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5455 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5456 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5457 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5458 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5459 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5460 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5461 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5462 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5463 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5464 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5465 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5466 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5467 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5468 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5469 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5470 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5471 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5472 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5473 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5474 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5475 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5476 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5477 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5478 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5479 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5480 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5481 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5482 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5483 + } + ] + }, + "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": 5484 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5485 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5486 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5487 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5488 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5489 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5490 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5491 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5492 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5493 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5494 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5495, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5496 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5497 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5498 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5499 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5500 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5501 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5502 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5503 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5504 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5505 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5506 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5507 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5508 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5509 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5510 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5511 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5512 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5513 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5514 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5515 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5516 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5517 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5518 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5519 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5520 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5521 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5522 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5523 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5524 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5525 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5526 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5527 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5528 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5529 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5530 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5531 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5532 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5533 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5534 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5535 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5536 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5537 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5538 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5539 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5540 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5541 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5542 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5543 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5544 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5545 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5546 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5547 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5548 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5549 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5550 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5551 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5552 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5553 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5554 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5555 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5556 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5557 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5558 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5559 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5560 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5561 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5562 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5563 + } + ] + }, + "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": 5564 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5565 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5566 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5567 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5568 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5569 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5570 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5571 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5572 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5573 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5574 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5575, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5576 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5577 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5578 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5579 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5580 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5581 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5582 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5583 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5584 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5585 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5586 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5587 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5588 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5589 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5590 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5591 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5592 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5593 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5594 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5595 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5596 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5597 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5598 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5599 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5600 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5601 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5602 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5603 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5604 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5605 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5606 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5607 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5608 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5609 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5610 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5611 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5612 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5613 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5614 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5615 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5616 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5617 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5618 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5619 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5620 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5621 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5622 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5623 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5624 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5625 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5626 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5627 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5628 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5629 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5630 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5631 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5632 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5633 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5634 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5635 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5636 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5637 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5638 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5639 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5640 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5641 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5642 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5643 + } + ] + }, + "minecraft:command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 5644 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 5645 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 5646 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 5647 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 5648 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 5649 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 5650, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 5651 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 5652 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 5653 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 5654 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 5655 + } + ] + }, + "minecraft:beacon": { + "states": [ + { + "id": 5656, + "default": true + } + ] + }, + "minecraft:cobblestone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5657 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5658 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5659 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5660, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5661 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5662 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5663 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5664 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5665 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5666 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5667 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5668 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5669 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5670 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5671 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5672 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5673 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5674 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5675 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5676 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5677 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5678 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5679 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5680 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5681 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5682 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5683 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5684 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5685 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5686 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5687 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5688 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5689 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5690 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5691 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5692 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5693 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5694 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5695 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5696 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5697 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5698 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5699 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5700 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5701 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5702 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5703 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5704 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5705 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5706 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5707 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5708 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5709 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5710 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5711 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5712 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5713 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5714 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5715 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5716 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5717 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5718 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5719 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5720 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5721 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5722 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5723 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5724 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5725 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5726 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5727 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5728 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5729 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5730 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5731 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5732 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5733 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5734 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5735 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5736 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5737 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5738 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5739 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5740 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5741 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5742 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5743 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5744 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5745 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5746 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5747 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5748 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5749 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5750 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5751 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5752 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5753 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5754 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5755 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5756 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5757 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5758 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5759 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5760 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5761 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5762 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5763 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5764 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5765 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5766 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5767 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5768 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5769 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5770 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5771 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5772 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5773 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5774 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5775 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5776 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5777 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5778 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5779 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5780 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5781 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5782 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5783 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5784 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5785 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5786 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5787 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5788 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5789 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5790 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5791 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5792 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5793 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5794 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5795 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5796 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5797 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5798 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5799 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5800 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5801 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5802 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5803 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5804 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5805 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5806 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5807 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5808 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5809 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5810 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5811 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5812 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5813 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5814 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5815 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5816 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5817 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5818 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5819 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5820 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5821 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5822 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5823 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5824 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5825 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5826 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5827 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5828 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5829 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5830 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5831 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5832 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5833 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5834 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5835 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5836 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5837 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5838 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5839 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5840 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5841 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5842 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5843 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5844 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5845 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5846 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5847 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5848 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5849 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5850 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5851 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5852 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5853 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5854 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5855 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5856 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5857 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5858 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5859 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5860 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5861 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5862 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5863 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5864 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5865 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5866 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5867 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5868 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5869 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5870 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5871 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5872 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5873 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5874 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5875 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5876 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5877 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5878 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5879 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5880 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5881 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5882 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5883 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5884 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5885 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5886 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5887 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5888 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5889 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5890 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5891 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5892 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5893 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5894 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5895 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5896 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5897 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5898 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5899 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5900 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5901 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5902 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5903 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5904 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5905 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5906 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5907 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5908 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5909 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5910 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5911 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5912 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5913 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5914 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5915 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5916 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5917 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5918 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5919 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5920 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5921 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5922 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5923 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5924 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5925 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5926 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5927 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5928 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5929 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5930 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5931 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5932 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5933 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5934 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5935 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5936 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5937 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5938 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5939 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5940 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5941 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5942 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5943 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5944 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5945 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5946 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5947 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5948 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5949 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5950 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5951 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5952 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5953 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5954 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5955 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5956 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5957 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5958 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5959 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5960 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5961 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5962 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5963 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5964 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5965 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5966 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5967 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5968 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5969 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5970 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5971 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5972 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5973 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5974 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5975 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5976 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5977 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5978 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5979 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5980 + } + ] + }, + "minecraft:mossy_cobblestone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5981 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5982 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5983 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5984, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5985 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5986 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5987 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5988 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5989 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5990 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5991 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5992 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5993 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5994 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5995 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5996 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5997 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5998 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5999 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6000 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6001 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6002 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6003 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6004 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6005 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6006 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6007 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6008 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6009 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6010 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6011 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6012 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6013 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6014 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6015 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6016 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6017 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6018 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6019 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6020 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6021 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6022 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6023 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6024 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6025 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6026 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6027 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6028 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6029 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6030 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6031 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6032 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6033 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6034 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6035 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6036 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6037 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6038 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6039 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6040 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6041 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6042 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6043 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6044 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6045 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6046 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6047 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6048 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6049 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6050 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6051 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6052 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6053 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6054 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6055 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6056 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6057 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6058 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6059 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6060 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6061 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6062 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6063 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6064 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6065 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6066 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6067 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6068 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6069 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6070 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6071 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6072 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6073 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6074 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6075 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6076 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6077 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6078 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6079 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6080 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6081 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6082 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6083 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6084 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6085 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6086 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6087 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6088 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6089 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6090 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6091 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6092 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6093 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6094 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6095 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6096 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6097 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6098 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6099 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6100 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6101 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6102 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6103 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6104 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6105 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6106 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6107 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6108 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6109 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6110 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6111 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6112 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6113 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6114 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6115 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6116 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6117 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6118 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6119 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6120 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6121 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6122 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6123 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6124 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6125 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6126 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6127 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6128 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6129 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6130 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6131 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6132 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6133 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6134 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6135 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6136 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6137 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6138 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6139 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6140 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6141 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6142 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6143 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6144 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6145 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6146 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6147 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6148 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6149 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6150 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6151 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6152 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6153 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6154 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6155 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6156 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6157 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6158 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6159 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6160 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6161 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6162 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6163 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6164 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6165 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6166 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6167 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6168 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6169 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6170 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6171 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6172 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6173 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6174 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6175 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6176 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6177 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6178 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6179 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6180 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6181 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6182 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6183 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6184 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6185 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6186 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6187 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6188 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6189 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6190 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6191 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6192 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6193 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6194 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6195 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6196 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6197 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6198 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6199 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6200 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6201 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6202 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6203 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6204 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6205 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6206 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6207 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6208 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6209 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6210 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6211 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6212 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6213 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6214 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6215 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6216 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6217 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6218 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6219 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6220 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6221 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6222 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6223 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6224 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6225 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6226 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6227 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6228 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6229 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6230 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6231 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6232 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6233 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6234 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6235 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6236 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6237 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6238 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6239 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6240 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6241 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6242 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6243 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6244 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6245 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6246 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6247 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6248 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6249 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6250 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6251 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6252 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6253 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6254 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6255 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6256 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6257 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6258 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6259 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6260 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6261 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6262 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6263 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6264 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6265 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6266 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6267 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6268 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6269 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6270 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6271 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6272 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6273 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6274 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6275 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6276 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6277 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6278 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6279 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6280 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6281 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6282 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6283 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6284 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6285 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6286 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6287 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6288 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6289 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6290 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6291 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6292 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6293 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6294 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6295 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6296 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6297 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6298 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6299 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6300 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6301 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6302 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6303 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6304 + } + ] + }, + "minecraft:flower_pot": { + "states": [ + { + "id": 6305, + "default": true + } + ] + }, + "minecraft:potted_oak_sapling": { + "states": [ + { + "id": 6306, + "default": true + } + ] + }, + "minecraft:potted_spruce_sapling": { + "states": [ + { + "id": 6307, + "default": true + } + ] + }, + "minecraft:potted_birch_sapling": { + "states": [ + { + "id": 6308, + "default": true + } + ] + }, + "minecraft:potted_jungle_sapling": { + "states": [ + { + "id": 6309, + "default": true + } + ] + }, + "minecraft:potted_acacia_sapling": { + "states": [ + { + "id": 6310, + "default": true + } + ] + }, + "minecraft:potted_dark_oak_sapling": { + "states": [ + { + "id": 6311, + "default": true + } + ] + }, + "minecraft:potted_fern": { + "states": [ + { + "id": 6312, + "default": true + } + ] + }, + "minecraft:potted_dandelion": { + "states": [ + { + "id": 6313, + "default": true + } + ] + }, + "minecraft:potted_poppy": { + "states": [ + { + "id": 6314, + "default": true + } + ] + }, + "minecraft:potted_blue_orchid": { + "states": [ + { + "id": 6315, + "default": true + } + ] + }, + "minecraft:potted_allium": { + "states": [ + { + "id": 6316, + "default": true + } + ] + }, + "minecraft:potted_azure_bluet": { + "states": [ + { + "id": 6317, + "default": true + } + ] + }, + "minecraft:potted_red_tulip": { + "states": [ + { + "id": 6318, + "default": true + } + ] + }, + "minecraft:potted_orange_tulip": { + "states": [ + { + "id": 6319, + "default": true + } + ] + }, + "minecraft:potted_white_tulip": { + "states": [ + { + "id": 6320, + "default": true + } + ] + }, + "minecraft:potted_pink_tulip": { + "states": [ + { + "id": 6321, + "default": true + } + ] + }, + "minecraft:potted_oxeye_daisy": { + "states": [ + { + "id": 6322, + "default": true + } + ] + }, + "minecraft:potted_cornflower": { + "states": [ + { + "id": 6323, + "default": true + } + ] + }, + "minecraft:potted_lily_of_the_valley": { + "states": [ + { + "id": 6324, + "default": true + } + ] + }, + "minecraft:potted_wither_rose": { + "states": [ + { + "id": 6325, + "default": true + } + ] + }, + "minecraft:potted_red_mushroom": { + "states": [ + { + "id": 6326, + "default": true + } + ] + }, + "minecraft:potted_brown_mushroom": { + "states": [ + { + "id": 6327, + "default": true + } + ] + }, + "minecraft:potted_dead_bush": { + "states": [ + { + "id": 6328, + "default": true + } + ] + }, + "minecraft:potted_cactus": { + "states": [ + { + "id": 6329, + "default": true + } + ] + }, + "minecraft:carrots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 6330, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 6331 + }, + { + "properties": { + "age": "2" + }, + "id": 6332 + }, + { + "properties": { + "age": "3" + }, + "id": 6333 + }, + { + "properties": { + "age": "4" + }, + "id": 6334 + }, + { + "properties": { + "age": "5" + }, + "id": 6335 + }, + { + "properties": { + "age": "6" + }, + "id": 6336 + }, + { + "properties": { + "age": "7" + }, + "id": 6337 + } + ] + }, + "minecraft:potatoes": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 6338, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 6339 + }, + { + "properties": { + "age": "2" + }, + "id": 6340 + }, + { + "properties": { + "age": "3" + }, + "id": 6341 + }, + { + "properties": { + "age": "4" + }, + "id": 6342 + }, + { + "properties": { + "age": "5" + }, + "id": 6343 + }, + { + "properties": { + "age": "6" + }, + "id": 6344 + }, + { + "properties": { + "age": "7" + }, + "id": 6345 + } + ] + }, + "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": 6346 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6347 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6348 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6349 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6350 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6351 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6352 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6353 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6354 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6355, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6356 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6357 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6358 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6359 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6360 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6361 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6362 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6363 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6364 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6365 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6366 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6367 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6368 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6369 + } + ] + }, + "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": 6370 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6371 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6372 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6373 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6374 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6375 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6376 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6377 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6378 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6379, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6380 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6381 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6382 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6383 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6384 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6385 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6386 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6387 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6388 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6389 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6390 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6391 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6392 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6393 + } + ] + }, + "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": 6394 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6395 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6396 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6397 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6398 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6399 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6400 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6401 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6402 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6403, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6404 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6405 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6406 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6407 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6408 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6409 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6410 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6411 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6412 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6413 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6414 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6415 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6416 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6417 + } + ] + }, + "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": 6418 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6419 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6420 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6421 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6422 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6423 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6424 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6425 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6426 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6427, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6428 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6429 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6430 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6431 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6432 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6433 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6434 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6435 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6436 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6437 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6438 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6439 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6440 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6441 + } + ] + }, + "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": 6442 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6443 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6444 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6445 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6446 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6447 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6448 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6449 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6450 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6451, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6452 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6453 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6454 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6455 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6456 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6457 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6458 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6459 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6460 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6461 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6462 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6463 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6464 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6465 + } + ] + }, + "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": 6466 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6467 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6468 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6469 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6470 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6471 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6472 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6473 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6474 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6475, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6476 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6477 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6478 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6479 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6480 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6481 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6482 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6483 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6484 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6485 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6486 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6487 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6488 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6489 + } + ] + }, + "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": 6490, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6491 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6492 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6493 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6494 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6495 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6496 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6497 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6498 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6499 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6500 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6501 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6502 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6503 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6504 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6505 + } + ] + }, + "minecraft:skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6506, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6507 + }, + { + "properties": { + "facing": "west" + }, + "id": 6508 + }, + { + "properties": { + "facing": "east" + }, + "id": 6509 + } + ] + }, + "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": 6510, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6511 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6512 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6513 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6514 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6515 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6516 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6517 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6518 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6519 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6520 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6521 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6522 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6523 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6524 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6525 + } + ] + }, + "minecraft:wither_skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6526, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6527 + }, + { + "properties": { + "facing": "west" + }, + "id": 6528 + }, + { + "properties": { + "facing": "east" + }, + "id": 6529 + } + ] + }, + "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": 6530, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6531 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6532 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6533 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6534 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6535 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6536 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6537 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6538 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6539 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6540 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6541 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6542 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6543 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6544 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6545 + } + ] + }, + "minecraft:zombie_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6546, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6547 + }, + { + "properties": { + "facing": "west" + }, + "id": 6548 + }, + { + "properties": { + "facing": "east" + }, + "id": 6549 + } + ] + }, + "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": 6550, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6551 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6552 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6553 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6554 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6555 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6556 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6557 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6558 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6559 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6560 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6561 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6562 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6563 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6564 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6565 + } + ] + }, + "minecraft:player_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6566, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6567 + }, + { + "properties": { + "facing": "west" + }, + "id": 6568 + }, + { + "properties": { + "facing": "east" + }, + "id": 6569 + } + ] + }, + "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": 6570, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6571 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6572 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6573 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6574 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6575 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6576 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6577 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6578 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6579 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6580 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6581 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6582 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6583 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6584 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6585 + } + ] + }, + "minecraft:creeper_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6586, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6587 + }, + { + "properties": { + "facing": "west" + }, + "id": 6588 + }, + { + "properties": { + "facing": "east" + }, + "id": 6589 + } + ] + }, + "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": 6590, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6591 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6592 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6593 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6594 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6595 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6596 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6597 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6598 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6599 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6600 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6601 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6602 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6603 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6604 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6605 + } + ] + }, + "minecraft:dragon_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6606, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6607 + }, + { + "properties": { + "facing": "west" + }, + "id": 6608 + }, + { + "properties": { + "facing": "east" + }, + "id": 6609 + } + ] + }, + "minecraft:anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6610, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6611 + }, + { + "properties": { + "facing": "west" + }, + "id": 6612 + }, + { + "properties": { + "facing": "east" + }, + "id": 6613 + } + ] + }, + "minecraft:chipped_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6614, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6615 + }, + { + "properties": { + "facing": "west" + }, + "id": 6616 + }, + { + "properties": { + "facing": "east" + }, + "id": 6617 + } + ] + }, + "minecraft:damaged_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6618, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6619 + }, + { + "properties": { + "facing": "west" + }, + "id": 6620 + }, + { + "properties": { + "facing": "east" + }, + "id": 6621 + } + ] + }, + "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": 6622 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 6623, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 6624 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 6625 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 6626 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 6627 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 6628 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 6629 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 6630 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 6631 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 6632 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 6633 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 6634 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 6635 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 6636 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 6637 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 6638 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 6639 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 6640 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 6641 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 6642 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 6643 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 6644 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 6645 + } + ] + }, + "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": 6646, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6647 + }, + { + "properties": { + "power": "2" + }, + "id": 6648 + }, + { + "properties": { + "power": "3" + }, + "id": 6649 + }, + { + "properties": { + "power": "4" + }, + "id": 6650 + }, + { + "properties": { + "power": "5" + }, + "id": 6651 + }, + { + "properties": { + "power": "6" + }, + "id": 6652 + }, + { + "properties": { + "power": "7" + }, + "id": 6653 + }, + { + "properties": { + "power": "8" + }, + "id": 6654 + }, + { + "properties": { + "power": "9" + }, + "id": 6655 + }, + { + "properties": { + "power": "10" + }, + "id": 6656 + }, + { + "properties": { + "power": "11" + }, + "id": 6657 + }, + { + "properties": { + "power": "12" + }, + "id": 6658 + }, + { + "properties": { + "power": "13" + }, + "id": 6659 + }, + { + "properties": { + "power": "14" + }, + "id": 6660 + }, + { + "properties": { + "power": "15" + }, + "id": 6661 + } + ] + }, + "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": 6662, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6663 + }, + { + "properties": { + "power": "2" + }, + "id": 6664 + }, + { + "properties": { + "power": "3" + }, + "id": 6665 + }, + { + "properties": { + "power": "4" + }, + "id": 6666 + }, + { + "properties": { + "power": "5" + }, + "id": 6667 + }, + { + "properties": { + "power": "6" + }, + "id": 6668 + }, + { + "properties": { + "power": "7" + }, + "id": 6669 + }, + { + "properties": { + "power": "8" + }, + "id": 6670 + }, + { + "properties": { + "power": "9" + }, + "id": 6671 + }, + { + "properties": { + "power": "10" + }, + "id": 6672 + }, + { + "properties": { + "power": "11" + }, + "id": 6673 + }, + { + "properties": { + "power": "12" + }, + "id": 6674 + }, + { + "properties": { + "power": "13" + }, + "id": 6675 + }, + { + "properties": { + "power": "14" + }, + "id": 6676 + }, + { + "properties": { + "power": "15" + }, + "id": 6677 + } + ] + }, + "minecraft:comparator": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "mode": [ + "compare", + "subtract" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "true" + }, + "id": 6678 + }, + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "false" + }, + "id": 6679, + "default": true + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "true" + }, + "id": 6680 + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "false" + }, + "id": 6681 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "true" + }, + "id": 6682 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "false" + }, + "id": 6683 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "true" + }, + "id": 6684 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "false" + }, + "id": 6685 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "true" + }, + "id": 6686 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "false" + }, + "id": 6687 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "true" + }, + "id": 6688 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "false" + }, + "id": 6689 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "true" + }, + "id": 6690 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "false" + }, + "id": 6691 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "true" + }, + "id": 6692 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "false" + }, + "id": 6693 + } + ] + }, + "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": 6694 + }, + { + "properties": { + "inverted": "true", + "power": "1" + }, + "id": 6695 + }, + { + "properties": { + "inverted": "true", + "power": "2" + }, + "id": 6696 + }, + { + "properties": { + "inverted": "true", + "power": "3" + }, + "id": 6697 + }, + { + "properties": { + "inverted": "true", + "power": "4" + }, + "id": 6698 + }, + { + "properties": { + "inverted": "true", + "power": "5" + }, + "id": 6699 + }, + { + "properties": { + "inverted": "true", + "power": "6" + }, + "id": 6700 + }, + { + "properties": { + "inverted": "true", + "power": "7" + }, + "id": 6701 + }, + { + "properties": { + "inverted": "true", + "power": "8" + }, + "id": 6702 + }, + { + "properties": { + "inverted": "true", + "power": "9" + }, + "id": 6703 + }, + { + "properties": { + "inverted": "true", + "power": "10" + }, + "id": 6704 + }, + { + "properties": { + "inverted": "true", + "power": "11" + }, + "id": 6705 + }, + { + "properties": { + "inverted": "true", + "power": "12" + }, + "id": 6706 + }, + { + "properties": { + "inverted": "true", + "power": "13" + }, + "id": 6707 + }, + { + "properties": { + "inverted": "true", + "power": "14" + }, + "id": 6708 + }, + { + "properties": { + "inverted": "true", + "power": "15" + }, + "id": 6709 + }, + { + "properties": { + "inverted": "false", + "power": "0" + }, + "id": 6710, + "default": true + }, + { + "properties": { + "inverted": "false", + "power": "1" + }, + "id": 6711 + }, + { + "properties": { + "inverted": "false", + "power": "2" + }, + "id": 6712 + }, + { + "properties": { + "inverted": "false", + "power": "3" + }, + "id": 6713 + }, + { + "properties": { + "inverted": "false", + "power": "4" + }, + "id": 6714 + }, + { + "properties": { + "inverted": "false", + "power": "5" + }, + "id": 6715 + }, + { + "properties": { + "inverted": "false", + "power": "6" + }, + "id": 6716 + }, + { + "properties": { + "inverted": "false", + "power": "7" + }, + "id": 6717 + }, + { + "properties": { + "inverted": "false", + "power": "8" + }, + "id": 6718 + }, + { + "properties": { + "inverted": "false", + "power": "9" + }, + "id": 6719 + }, + { + "properties": { + "inverted": "false", + "power": "10" + }, + "id": 6720 + }, + { + "properties": { + "inverted": "false", + "power": "11" + }, + "id": 6721 + }, + { + "properties": { + "inverted": "false", + "power": "12" + }, + "id": 6722 + }, + { + "properties": { + "inverted": "false", + "power": "13" + }, + "id": 6723 + }, + { + "properties": { + "inverted": "false", + "power": "14" + }, + "id": 6724 + }, + { + "properties": { + "inverted": "false", + "power": "15" + }, + "id": 6725 + } + ] + }, + "minecraft:redstone_block": { + "states": [ + { + "id": 6726, + "default": true + } + ] + }, + "minecraft:nether_quartz_ore": { + "states": [ + { + "id": 6727, + "default": true + } + ] + }, + "minecraft:hopper": { + "properties": { + "enabled": [ + "true", + "false" + ], + "facing": [ + "down", + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "enabled": "true", + "facing": "down" + }, + "id": 6728, + "default": true + }, + { + "properties": { + "enabled": "true", + "facing": "north" + }, + "id": 6729 + }, + { + "properties": { + "enabled": "true", + "facing": "south" + }, + "id": 6730 + }, + { + "properties": { + "enabled": "true", + "facing": "west" + }, + "id": 6731 + }, + { + "properties": { + "enabled": "true", + "facing": "east" + }, + "id": 6732 + }, + { + "properties": { + "enabled": "false", + "facing": "down" + }, + "id": 6733 + }, + { + "properties": { + "enabled": "false", + "facing": "north" + }, + "id": 6734 + }, + { + "properties": { + "enabled": "false", + "facing": "south" + }, + "id": 6735 + }, + { + "properties": { + "enabled": "false", + "facing": "west" + }, + "id": 6736 + }, + { + "properties": { + "enabled": "false", + "facing": "east" + }, + "id": 6737 + } + ] + }, + "minecraft:quartz_block": { + "states": [ + { + "id": 6738, + "default": true + } + ] + }, + "minecraft:chiseled_quartz_block": { + "states": [ + { + "id": 6739, + "default": true + } + ] + }, + "minecraft:quartz_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 6740 + }, + { + "properties": { + "axis": "y" + }, + "id": 6741, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 6742 + } + ] + }, + "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": 6743 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6744 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6745 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6746 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6747 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6748 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6749 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6750 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6751 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6752 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6753 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6754, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6755 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6756 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6757 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6758 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6759 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6760 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6761 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6762 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6763 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6764 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6765 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6766 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6767 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6768 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6769 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6770 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6771 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6772 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6773 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6774 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6775 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6776 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6777 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6778 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6779 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6780 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6781 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6782 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6783 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6784 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6785 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6786 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6787 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6788 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6789 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6790 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6791 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6792 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6793 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6794 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6795 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6796 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6797 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6798 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6799 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6800 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6801 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6802 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6803 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6804 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6805 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6806 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6807 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6808 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6809 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6810 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6811 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6812 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6813 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6814 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6815 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6816 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6817 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6818 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6819 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6820 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6821 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6822 + } + ] + }, + "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": 6823 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 6824 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 6825 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 6826 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 6827 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 6828 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 6829, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 6830 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 6831 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 6832 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 6833 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 6834 + } + ] + }, + "minecraft:dropper": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 6835 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 6836, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 6837 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 6838 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 6839 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 6840 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 6841 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 6842 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 6843 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 6844 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 6845 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 6846 + } + ] + }, + "minecraft:white_terracotta": { + "states": [ + { + "id": 6847, + "default": true + } + ] + }, + "minecraft:orange_terracotta": { + "states": [ + { + "id": 6848, + "default": true + } + ] + }, + "minecraft:magenta_terracotta": { + "states": [ + { + "id": 6849, + "default": true + } + ] + }, + "minecraft:light_blue_terracotta": { + "states": [ + { + "id": 6850, + "default": true + } + ] + }, + "minecraft:yellow_terracotta": { + "states": [ + { + "id": 6851, + "default": true + } + ] + }, + "minecraft:lime_terracotta": { + "states": [ + { + "id": 6852, + "default": true + } + ] + }, + "minecraft:pink_terracotta": { + "states": [ + { + "id": 6853, + "default": true + } + ] + }, + "minecraft:gray_terracotta": { + "states": [ + { + "id": 6854, + "default": true + } + ] + }, + "minecraft:light_gray_terracotta": { + "states": [ + { + "id": 6855, + "default": true + } + ] + }, + "minecraft:cyan_terracotta": { + "states": [ + { + "id": 6856, + "default": true + } + ] + }, + "minecraft:purple_terracotta": { + "states": [ + { + "id": 6857, + "default": true + } + ] + }, + "minecraft:blue_terracotta": { + "states": [ + { + "id": 6858, + "default": true + } + ] + }, + "minecraft:brown_terracotta": { + "states": [ + { + "id": 6859, + "default": true + } + ] + }, + "minecraft:green_terracotta": { + "states": [ + { + "id": 6860, + "default": true + } + ] + }, + "minecraft:red_terracotta": { + "states": [ + { + "id": 6861, + "default": true + } + ] + }, + "minecraft:black_terracotta": { + "states": [ + { + "id": 6862, + "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": 6863 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6864 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6865 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6866 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6867 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6868 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6869 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6870 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6871 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6872 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6873 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6874 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6875 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6876 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6877 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6878 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6879 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6880 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6881 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6882 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6883 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6884 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6885 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6886 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6887 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6888 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6889 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6890 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6891 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6892 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6893 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6894, + "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": 6895 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6896 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6897 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6898 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6899 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6900 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6901 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6902 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6903 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6904 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6905 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6906 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6907 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6908 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6909 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6910 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6911 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6912 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6913 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6914 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6915 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6916 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6917 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6918 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6919 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6920 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6921 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6922 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6923 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6924 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6925 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6926, + "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": 6927 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6928 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6929 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6930 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6931 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6932 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6933 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6934 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6935 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6936 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6937 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6938 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6939 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6940 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6941 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6942 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6943 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6944 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6945 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6946 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6947 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6948 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6949 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6950 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6951 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6952 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6953 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6954 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6955 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6956 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6957 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6958, + "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": 6959 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6960 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6961 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6962 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6963 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6964 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6965 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6966 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6967 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6968 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6969 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6970 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6971 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6972 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6973 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6974 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6975 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6976 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6977 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6978 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6979 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6980 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6981 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6982 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6983 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6984 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6985 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6986 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6987 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6988 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6989 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6990, + "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": 6991 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6992 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6993 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6994 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6995 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6996 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6997 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6998 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6999 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7000 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7001 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7002 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7003 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7004 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7005 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7006 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7007 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7008 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7009 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7010 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7011 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7012 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7013 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7014 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7015 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7016 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7017 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7018 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7019 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7020 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7021 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7022, + "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": 7023 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7024 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7025 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7026 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7027 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7028 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7029 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7030 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7031 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7032 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7033 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7034 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7035 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7036 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7037 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7038 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7039 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7040 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7041 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7042 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7043 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7044 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7045 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7046 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7047 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7048 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7049 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7050 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7051 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7052 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7053 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7054, + "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": 7055 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7056 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7057 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7058 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7059 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7060 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7061 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7062 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7063 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7064 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7065 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7066 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7067 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7068 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7069 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7070 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7071 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7072 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7073 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7074 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7075 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7076 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7077 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7078 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7079 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7080 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7081 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7082 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7083 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7084 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7085 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7086, + "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": 7087 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7088 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7089 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7090 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7091 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7092 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7093 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7094 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7095 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7096 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7097 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7098 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7099 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7100 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7101 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7102 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7103 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7104 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7105 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7106 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7107 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7108 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7109 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7110 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7111 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7112 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7113 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7114 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7115 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7116 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7117 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7118, + "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": 7119 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7120 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7121 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7122 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7123 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7124 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7125 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7126 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7127 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7128 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7129 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7130 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7131 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7132 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7133 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7134 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7135 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7136 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7137 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7138 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7139 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7140 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7141 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7142 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7143 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7144 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7145 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7146 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7147 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7148 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7149 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7150, + "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": 7151 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7152 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7153 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7154 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7155 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7156 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7157 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7158 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7159 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7160 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7161 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7162 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7163 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7164 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7165 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7166 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7167 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7168 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7169 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7170 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7171 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7172 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7173 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7174 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7175 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7176 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7177 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7178 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7179 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7180 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7181 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7182, + "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": 7183 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7184 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7185 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7186 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7187 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7188 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7189 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7190 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7191 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7192 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7193 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7194 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7195 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7196 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7197 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7198 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7199 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7200 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7201 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7202 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7203 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7204 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7205 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7206 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7207 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7208 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7209 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7210 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7211 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7212 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7213 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7214, + "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": 7215 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7216 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7217 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7218 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7219 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7220 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7221 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7222 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7223 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7224 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7225 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7226 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7227 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7228 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7229 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7230 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7231 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7232 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7233 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7234 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7235 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7236 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7237 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7238 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7239 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7240 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7241 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7242 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7243 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7244 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7245 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7246, + "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": 7247 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7248 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7249 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7250 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7251 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7252 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7253 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7254 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7255 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7256 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7257 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7258 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7259 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7260 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7261 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7262 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7263 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7264 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7265 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7266 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7267 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7268 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7269 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7270 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7271 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7272 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7273 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7274 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7275 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7276 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7277 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7278, + "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": 7279 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7280 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7281 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7282 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7283 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7284 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7285 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7286 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7287 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7288 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7289 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7290 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7291 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7292 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7293 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7294 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7295 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7296 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7297 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7298 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7299 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7300 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7301 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7302 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7303 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7304 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7305 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7306 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7307 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7308 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7309 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7310, + "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": 7311 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7312 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7313 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7314 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7315 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7316 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7317 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7318 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7319 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7320 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7321 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7322 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7323 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7324 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7325 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7326 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7327 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7328 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7329 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7330 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7331 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7332 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7333 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7334 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7335 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7336 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7337 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7338 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7339 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7340 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7341 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7342, + "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": 7343 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7344 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7345 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7346 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7347 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7348 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7349 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7350 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7351 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7352 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7353 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7354 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7355 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7356 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7357 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7358 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7359 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7360 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7361 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7362 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7363 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7364 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7365 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7366 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7367 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7368 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7369 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7370 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7371 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7372 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7373 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7374, + "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": 7375 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7376 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7377 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7378 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7379 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7380 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7381 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7382 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7383 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7384 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7385 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7386, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7387 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7388 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7389 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7390 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7391 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7392 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7393 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7394 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7395 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7396 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7397 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7398 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7399 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7400 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7401 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7402 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7403 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7404 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7405 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7406 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7407 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7408 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7409 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7410 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7411 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7412 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7413 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7414 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7415 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7416 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7417 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7418 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7419 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7420 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7421 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7422 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7423 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7424 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7425 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7426 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7427 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7428 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7429 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7430 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7431 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7432 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7433 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7434 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7435 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7436 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7437 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7438 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7439 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7440 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7441 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7442 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7443 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7444 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7445 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7446 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7447 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7448 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7449 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7450 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7451 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7452 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7453 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7454 + } + ] + }, + "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": 7455 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7456 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7457 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7458 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7459 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7460 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7461 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7462 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7463 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7464 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7465 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7466, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7467 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7468 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7469 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7470 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7471 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7472 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7473 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7474 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7475 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7476 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7477 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7478 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7479 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7480 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7481 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7482 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7483 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7484 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7485 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7486 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7487 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7488 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7489 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7490 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7491 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7492 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7493 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7494 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7495 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7496 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7497 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7498 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7499 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7500 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7501 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7502 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7503 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7504 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7505 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7506 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7507 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7508 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7509 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7510 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7511 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7512 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7513 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7514 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7515 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7516 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7517 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7518 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7519 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7520 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7521 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7522 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7523 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7524 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7525 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7526 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7527 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7528 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7529 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7530 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7531 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7532 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7533 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7534 + } + ] + }, + "minecraft:slime_block": { + "states": [ + { + "id": 7535, + "default": true + } + ] + }, + "minecraft:barrier": { + "states": [ + { + "id": 7536, + "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": 7537 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7538 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7539 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7540 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7541 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7542 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7543 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7544 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7545 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7546 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7547 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7548 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7549 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7550 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7551 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7552, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7553 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7554 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7555 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7556 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7557 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7558 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7559 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7560 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7561 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7562 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7563 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7564 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7565 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7566 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7567 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7568 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7569 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7570 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7571 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7572 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7573 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7574 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7575 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7576 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7577 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7578 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7579 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7580 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7581 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7582 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7583 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7584 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7585 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7586 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7587 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7588 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7589 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7590 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7591 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7592 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7593 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7594 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7595 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7596 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7597 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7598 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7599 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7600 + } + ] + }, + "minecraft:prismarine": { + "states": [ + { + "id": 7601, + "default": true + } + ] + }, + "minecraft:prismarine_bricks": { + "states": [ + { + "id": 7602, + "default": true + } + ] + }, + "minecraft:dark_prismarine": { + "states": [ + { + "id": 7603, + "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": 7604 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7605 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7606 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7607 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7608 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7609 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7610 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7611 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7612 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7613 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7614 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7615, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7616 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7617 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7618 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7619 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7620 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7621 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7622 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7623 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7624 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7625 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7626 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7627 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7628 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7629 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7630 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7631 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7632 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7633 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7634 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7635 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7636 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7637 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7638 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7639 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7640 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7641 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7642 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7643 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7644 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7645 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7646 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7647 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7648 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7649 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7650 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7651 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7652 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7653 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7654 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7655 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7656 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7657 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7658 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7659 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7660 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7661 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7662 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7663 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7664 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7665 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7666 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7667 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7668 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7669 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7670 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7671 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7672 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7673 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7674 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7675 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7676 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7677 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7678 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7679 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7680 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7681 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7682 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7683 + } + ] + }, + "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": 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: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": 7764 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7765 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7766 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7767 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7768 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7769 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7770 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7771 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7772 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7773 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7774 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7775, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7776 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7777 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7778 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7779 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7780 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7781 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7782 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7783 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7784 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7785 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7786 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7787 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7788 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7789 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7790 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7791 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7792 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7793 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7794 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7795 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7796 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7797 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7798 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7799 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7800 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7801 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7802 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7803 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7804 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7805 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7806 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7807 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7808 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7809 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7810 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7811 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7812 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7813 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7814 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7815 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7816 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7817 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7818 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7819 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7820 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7821 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7822 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7823 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7824 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7825 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7826 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7827 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7828 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7829 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7830 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7831 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7832 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7833 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7834 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7835 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7836 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7837 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7838 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7839 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7840 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7841 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7842 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7843 + } + ] + }, + "minecraft:prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7844 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7845 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7846 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7847, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7848 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7849 + } + ] + }, + "minecraft:prismarine_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7850 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7851 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7852 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7853, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7854 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7855 + } + ] + }, + "minecraft:dark_prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7856 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7857 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7858 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7859, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7860 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7861 + } + ] + }, + "minecraft:sea_lantern": { + "states": [ + { + "id": 7862, + "default": true + } + ] + }, + "minecraft:hay_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 7863 + }, + { + "properties": { + "axis": "y" + }, + "id": 7864, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 7865 + } + ] + }, + "minecraft:white_carpet": { + "states": [ + { + "id": 7866, + "default": true + } + ] + }, + "minecraft:orange_carpet": { + "states": [ + { + "id": 7867, + "default": true + } + ] + }, + "minecraft:magenta_carpet": { + "states": [ + { + "id": 7868, + "default": true + } + ] + }, + "minecraft:light_blue_carpet": { + "states": [ + { + "id": 7869, + "default": true + } + ] + }, + "minecraft:yellow_carpet": { + "states": [ + { + "id": 7870, + "default": true + } + ] + }, + "minecraft:lime_carpet": { + "states": [ + { + "id": 7871, + "default": true + } + ] + }, + "minecraft:pink_carpet": { + "states": [ + { + "id": 7872, + "default": true + } + ] + }, + "minecraft:gray_carpet": { + "states": [ + { + "id": 7873, + "default": true + } + ] + }, + "minecraft:light_gray_carpet": { + "states": [ + { + "id": 7874, + "default": true + } + ] + }, + "minecraft:cyan_carpet": { + "states": [ + { + "id": 7875, + "default": true + } + ] + }, + "minecraft:purple_carpet": { + "states": [ + { + "id": 7876, + "default": true + } + ] + }, + "minecraft:blue_carpet": { + "states": [ + { + "id": 7877, + "default": true + } + ] + }, + "minecraft:brown_carpet": { + "states": [ + { + "id": 7878, + "default": true + } + ] + }, + "minecraft:green_carpet": { + "states": [ + { + "id": 7879, + "default": true + } + ] + }, + "minecraft:red_carpet": { + "states": [ + { + "id": 7880, + "default": true + } + ] + }, + "minecraft:black_carpet": { + "states": [ + { + "id": 7881, + "default": true + } + ] + }, + "minecraft:terracotta": { + "states": [ + { + "id": 7882, + "default": true + } + ] + }, + "minecraft:coal_block": { + "states": [ + { + "id": 7883, + "default": true + } + ] + }, + "minecraft:packed_ice": { + "states": [ + { + "id": 7884, + "default": true + } + ] + }, + "minecraft:sunflower": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7885 + }, + { + "properties": { + "half": "lower" + }, + "id": 7886, + "default": true + } + ] + }, + "minecraft:lilac": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7887 + }, + { + "properties": { + "half": "lower" + }, + "id": 7888, + "default": true + } + ] + }, + "minecraft:rose_bush": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7889 + }, + { + "properties": { + "half": "lower" + }, + "id": 7890, + "default": true + } + ] + }, + "minecraft:peony": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7891 + }, + { + "properties": { + "half": "lower" + }, + "id": 7892, + "default": true + } + ] + }, + "minecraft:tall_grass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7893 + }, + { + "properties": { + "half": "lower" + }, + "id": 7894, + "default": true + } + ] + }, + "minecraft:large_fern": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7895 + }, + { + "properties": { + "half": "lower" + }, + "id": 7896, + "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": 7897, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7898 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7899 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7900 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7901 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7902 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7903 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7904 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7905 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7906 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7907 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7908 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7909 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7910 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7911 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7912 + } + ] + }, + "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": 7913, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7914 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7915 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7916 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7917 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7918 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7919 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7920 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7921 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7922 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7923 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7924 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7925 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7926 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7927 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7928 + } + ] + }, + "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": 7929, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7930 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7931 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7932 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7933 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7934 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7935 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7936 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7937 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7938 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7939 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7940 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7941 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7942 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7943 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7944 + } + ] + }, + "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": 7945, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7946 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7947 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7948 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7949 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7950 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7951 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7952 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7953 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7954 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7955 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7956 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7957 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7958 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7959 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7960 + } + ] + }, + "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": 7961, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7962 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7963 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7964 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7965 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7966 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7967 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7968 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7969 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7970 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7971 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7972 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7973 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7974 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7975 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7976 + } + ] + }, + "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": 7977, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7978 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7979 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7980 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7981 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7982 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7983 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7984 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7985 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7986 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7987 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7988 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7989 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7990 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7991 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7992 + } + ] + }, + "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": 7993, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7994 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7995 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7996 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7997 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7998 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7999 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8000 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8001 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8002 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8003 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8004 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8005 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8006 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8007 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8008 + } + ] + }, + "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": 8009, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8010 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8011 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8012 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8013 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8014 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8015 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8016 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8017 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8018 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8019 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8020 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8021 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8022 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8023 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8024 + } + ] + }, + "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": 8025, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8026 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8027 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8028 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8029 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8030 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8031 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8032 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8033 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8034 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8035 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8036 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8037 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8038 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8039 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8040 + } + ] + }, + "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": 8041, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8042 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8043 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8044 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8045 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8046 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8047 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8048 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8049 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8050 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8051 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8052 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8053 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8054 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8055 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8056 + } + ] + }, + "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": 8057, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8058 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8059 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8060 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8061 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8062 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8063 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8064 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8065 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8066 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8067 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8068 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8069 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8070 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8071 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8072 + } + ] + }, + "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": 8073, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8074 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8075 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8076 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8077 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8078 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8079 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8080 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8081 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8082 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8083 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8084 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8085 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8086 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8087 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8088 + } + ] + }, + "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": 8089, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8090 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8091 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8092 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8093 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8094 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8095 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8096 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8097 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8098 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8099 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8100 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8101 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8102 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8103 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8104 + } + ] + }, + "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": 8105, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8106 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8107 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8108 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8109 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8110 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8111 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8112 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8113 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8114 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8115 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8116 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8117 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8118 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8119 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8120 + } + ] + }, + "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": 8121, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8122 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8123 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8124 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8125 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8126 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8127 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8128 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8129 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8130 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8131 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8132 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8133 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8134 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8135 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8136 + } + ] + }, + "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": 8137, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8138 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8139 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8140 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8141 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8142 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8143 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8144 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8145 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8146 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8147 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8148 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8149 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8150 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8151 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8152 + } + ] + }, + "minecraft:white_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8153, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8154 + }, + { + "properties": { + "facing": "west" + }, + "id": 8155 + }, + { + "properties": { + "facing": "east" + }, + "id": 8156 + } + ] + }, + "minecraft:orange_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8157, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8158 + }, + { + "properties": { + "facing": "west" + }, + "id": 8159 + }, + { + "properties": { + "facing": "east" + }, + "id": 8160 + } + ] + }, + "minecraft:magenta_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8161, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8162 + }, + { + "properties": { + "facing": "west" + }, + "id": 8163 + }, + { + "properties": { + "facing": "east" + }, + "id": 8164 + } + ] + }, + "minecraft:light_blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8165, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8166 + }, + { + "properties": { + "facing": "west" + }, + "id": 8167 + }, + { + "properties": { + "facing": "east" + }, + "id": 8168 + } + ] + }, + "minecraft:yellow_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8169, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8170 + }, + { + "properties": { + "facing": "west" + }, + "id": 8171 + }, + { + "properties": { + "facing": "east" + }, + "id": 8172 + } + ] + }, + "minecraft:lime_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8173, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8174 + }, + { + "properties": { + "facing": "west" + }, + "id": 8175 + }, + { + "properties": { + "facing": "east" + }, + "id": 8176 + } + ] + }, + "minecraft:pink_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8177, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8178 + }, + { + "properties": { + "facing": "west" + }, + "id": 8179 + }, + { + "properties": { + "facing": "east" + }, + "id": 8180 + } + ] + }, + "minecraft:gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8181, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8182 + }, + { + "properties": { + "facing": "west" + }, + "id": 8183 + }, + { + "properties": { + "facing": "east" + }, + "id": 8184 + } + ] + }, + "minecraft:light_gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8185, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8186 + }, + { + "properties": { + "facing": "west" + }, + "id": 8187 + }, + { + "properties": { + "facing": "east" + }, + "id": 8188 + } + ] + }, + "minecraft:cyan_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8189, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8190 + }, + { + "properties": { + "facing": "west" + }, + "id": 8191 + }, + { + "properties": { + "facing": "east" + }, + "id": 8192 + } + ] + }, + "minecraft:purple_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8193, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8194 + }, + { + "properties": { + "facing": "west" + }, + "id": 8195 + }, + { + "properties": { + "facing": "east" + }, + "id": 8196 + } + ] + }, + "minecraft:blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8197, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8198 + }, + { + "properties": { + "facing": "west" + }, + "id": 8199 + }, + { + "properties": { + "facing": "east" + }, + "id": 8200 + } + ] + }, + "minecraft:brown_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8201, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8202 + }, + { + "properties": { + "facing": "west" + }, + "id": 8203 + }, + { + "properties": { + "facing": "east" + }, + "id": 8204 + } + ] + }, + "minecraft:green_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8205, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8206 + }, + { + "properties": { + "facing": "west" + }, + "id": 8207 + }, + { + "properties": { + "facing": "east" + }, + "id": 8208 + } + ] + }, + "minecraft:red_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8209, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8210 + }, + { + "properties": { + "facing": "west" + }, + "id": 8211 + }, + { + "properties": { + "facing": "east" + }, + "id": 8212 + } + ] + }, + "minecraft:black_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8213, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8214 + }, + { + "properties": { + "facing": "west" + }, + "id": 8215 + }, + { + "properties": { + "facing": "east" + }, + "id": 8216 + } + ] + }, + "minecraft:red_sandstone": { + "states": [ + { + "id": 8217, + "default": true + } + ] + }, + "minecraft:chiseled_red_sandstone": { + "states": [ + { + "id": 8218, + "default": true + } + ] + }, + "minecraft:cut_red_sandstone": { + "states": [ + { + "id": 8219, + "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": 8220 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8221 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8222 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8223 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8224 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8225 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8226 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8227 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8228 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8229 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8230 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8231, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8232 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8233 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8234 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8235 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8236 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8237 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8239 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8240 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8241 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8242 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8243 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8244 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8245 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8246 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8247 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8248 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8249 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8250 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8251 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8252 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8253 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8254 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8255 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8256 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8257 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8258 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8259 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8260 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8261 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8262 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8263 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8264 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8265 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8266 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8267 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8268 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8269 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8270 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8271 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8272 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8273 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8274 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8275 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8276 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8277 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8279 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8280 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8281 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8282 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8283 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8284 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8285 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8286 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8287 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8289 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8290 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8291 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8292 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8293 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8294 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8295 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8296 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8297 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8299 + } + ] + }, + "minecraft:oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8300 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8301 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8302 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8303, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8304 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8305 + } + ] + }, + "minecraft:spruce_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8306 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8307 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8308 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8309, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8310 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8311 + } + ] + }, + "minecraft:birch_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8312 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8313 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8314 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8315, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8316 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8317 + } + ] + }, + "minecraft:jungle_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8318 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8319 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8320 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8321, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8322 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8323 + } + ] + }, + "minecraft:acacia_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8324 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8325 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8326 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8327, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8328 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8329 + } + ] + }, + "minecraft:dark_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8330 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8331 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8332 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8333, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8334 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8335 + } + ] + }, + "minecraft:stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8336 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8337 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8338 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8339, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8340 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8341 + } + ] + }, + "minecraft:smooth_stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8342 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8343 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8344 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8345, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8346 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8347 + } + ] + }, + "minecraft:sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8348 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8349 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8350 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8351, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8352 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8353 + } + ] + }, + "minecraft:cut_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8354 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8355 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8356 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8357, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8358 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8359 + } + ] + }, + "minecraft:petrified_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8360 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8361 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8362 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8363, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8364 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8365 + } + ] + }, + "minecraft:cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8366 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8367 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8368 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8369, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8370 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8371 + } + ] + }, + "minecraft:brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8372 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8373 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8374 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8375, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8376 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8377 + } + ] + }, + "minecraft:stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8378 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8379 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8380 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8381, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8382 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8383 + } + ] + }, + "minecraft:nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8384 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8385 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8386 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8387, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8388 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8389 + } + ] + }, + "minecraft:quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8390 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8391 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8392 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8393, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8394 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8395 + } + ] + }, + "minecraft:red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8396 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8397 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8398 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8399, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8400 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8401 + } + ] + }, + "minecraft:cut_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8402 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8403 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8404 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8405, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8406 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8407 + } + ] + }, + "minecraft:purpur_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8408 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8409 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8410 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8411, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8412 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8413 + } + ] + }, + "minecraft:smooth_stone": { + "states": [ + { + "id": 8414, + "default": true + } + ] + }, + "minecraft:smooth_sandstone": { + "states": [ + { + "id": 8415, + "default": true + } + ] + }, + "minecraft:smooth_quartz": { + "states": [ + { + "id": 8416, + "default": true + } + ] + }, + "minecraft:smooth_red_sandstone": { + "states": [ + { + "id": 8417, + "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": 8418 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8419 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8420 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8421 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8422 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8423 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8424 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8425, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8426 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8427 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8428 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8429 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8430 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8431 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8432 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8433 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8434 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8435 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8436 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8437 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8438 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8439 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8440 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8441 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8442 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8443 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8444 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8445 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8446 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8447 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8448 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8449 + } + ] + }, + "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": 8450 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8451 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8452 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8453 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8454 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8455 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8456 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8457, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8458 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8459 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8460 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8461 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8462 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8463 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8464 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8465 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8466 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8467 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8468 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8469 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8470 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8471 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8472 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8473 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8474 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8475 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8476 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8477 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8478 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8479 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8480 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8481 + } + ] + }, + "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": 8482 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8483 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8484 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8485 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8486 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8487 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8488 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8489, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8490 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8491 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8492 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8493 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8494 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8495 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8496 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8497 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8498 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8499 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8500 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8501 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8502 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8503 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8504 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8505 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8506 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8507 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8508 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8509 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8510 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8511 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8512 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8513 + } + ] + }, + "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": 8514 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8515 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8516 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8517 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8518 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8519 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8520 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8521, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8522 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8523 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8524 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8525 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8526 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8527 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8528 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8529 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8530 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8531 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8532 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8533 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8534 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8535 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8536 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8537 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8538 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8539 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8540 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8541 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8542 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8543 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8544 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8545 + } + ] + }, + "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": 8546 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8547 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8548 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8549 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8550 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8551 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8552 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8553, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8554 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8555 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8556 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8557 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8558 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8559 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8560 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8561 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8562 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8563 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8564 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8565 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8566 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8567 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8568 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8569 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8570 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8571 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8572 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8573 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8574 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8575 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8576 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8577 + } + ] + }, + "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": 8578 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8579 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8580 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8581 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8582 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8583 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8584 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8585 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8586 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8587 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8588 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8589 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8590 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8591 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8592 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8593 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8594 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8595 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8596 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8597 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8598 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8599 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8600 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8601 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8602 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8603 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8604 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8605 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8606 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8607 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8608 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8609, + "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": 8610 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8611 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8612 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8613 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8614 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8615 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8616 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8617 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8618 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8619 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8620 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8621 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8622 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8623 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8624 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8625 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8626 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8627 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8628 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8629 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8630 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8631 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8632 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8633 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8634 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8635 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8636 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8637 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8638 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8639 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8640 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8641, + "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": 8642 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8643 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8644 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8645 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8646 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8647 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8648 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8649 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8650 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8651 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8652 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8653 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8654 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8655 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8656 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8657 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8658 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8659 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8660 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8661 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8662 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8663 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8664 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8665 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8666 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8667 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8668 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8669 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8670 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8671 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8672 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8673, + "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": 8674 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8675 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8676 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8677 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8678 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8679 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8680 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8681 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8682 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8683 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8684 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8685 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8686 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8687 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8688 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8689 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8690 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8691 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8692 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8693 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8694 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8695 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8696 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8697 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8698 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8699 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8700 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8701 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8702 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8703 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8704 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8705, + "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": 8706 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8707 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8708 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8709 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8710 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8711 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8712 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8713 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8714 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8715 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8716 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8717 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8718 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8719 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8720 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8721 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8722 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8723 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8724 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8725 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8726 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8727 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8728 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8729 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8730 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8731 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8732 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8733 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8734 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8735 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8736 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8737, + "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": 8738 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8739 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8740 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8741 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8742 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8743 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8744 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8745 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8746 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8747 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8748 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8749, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8750 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8751 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8752 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8753 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8754 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8755 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8756 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8757 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8758 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8759 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8760 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8761 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8762 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8763 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8764 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8765 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8766 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8767 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8768 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8769 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8770 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8771 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8772 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8773 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8774 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8775 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8776 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8777 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8778 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8779 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8780 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8781 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8782 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8783 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8784 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8785 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8786 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8787 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8788 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8789 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8790 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8791 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8792 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8793 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8794 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8795 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8796 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8797 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8798 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8799 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8800 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8801 + } + ] + }, + "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": 8802 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8803 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8804 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8805 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8806 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8807 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8808 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8809 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8810 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8811 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8812 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8813, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8814 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8815 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8816 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8817 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8818 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8819 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8820 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8821 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8822 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8823 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8824 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8825 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8826 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8827 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8828 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8829 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8830 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8831 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8832 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8833 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8834 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8835 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8836 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8837 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8838 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8839 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8840 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8841 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8842 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8843 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8844 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8845 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8846 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8847 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8848 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8849 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8850 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8851 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8852 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8853 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8854 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8855 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8856 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8857 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8858 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8859 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8860 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8861 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8862 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8863 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8864 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8865 + } + ] + }, + "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": 8866 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8867 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8868 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8869 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8870 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8871 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8872 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8873 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8874 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8875 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8876 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8877, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8878 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8879 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8880 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8881 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8882 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8883 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8884 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8885 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8886 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8887 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8888 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8889 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8890 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8891 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8892 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8893 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8894 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8895 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8896 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8897 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8898 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8899 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8900 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8901 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8902 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8903 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8904 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8905 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8906 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8907 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8908 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8909 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8910 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8911 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8912 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8913 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8914 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8915 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8916 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8917 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8918 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8919 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8920 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8921 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8922 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8923 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8924 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8925 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8926 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8927 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8928 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8929 + } + ] + }, + "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": 8930 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8931 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8932 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8933 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8934 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8935 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8936 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8937 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8938 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8939 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8940 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8941, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8942 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8943 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8944 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8945 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8946 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8947 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8948 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8949 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8950 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8951 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8952 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8953 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8954 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8955 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8956 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8957 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8958 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8959 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8960 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8961 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8962 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8963 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8964 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8965 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8966 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8967 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8968 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8969 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8970 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8971 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8972 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8973 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8974 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8975 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8976 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8977 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8978 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8979 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8980 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8981 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8982 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8983 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8984 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8985 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8986 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8987 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8988 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8989 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8990 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8991 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8992 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8993 + } + ] + }, + "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": 8994 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8995 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8996 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8997 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8998 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8999 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9000 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9001 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9002 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9003 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9004 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9005, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9006 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9007 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9008 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9009 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9010 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9011 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9012 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9013 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9014 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9015 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9016 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9017 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9018 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9019 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9020 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9021 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9022 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9023 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9024 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9025 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9026 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9027 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9028 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9029 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9030 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9031 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9032 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9033 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9034 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9035 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9036 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9037 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9038 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9039 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9040 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9041 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9042 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9043 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9044 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9045 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9046 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9047 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9048 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9049 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9050 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9051 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9052 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9053 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9054 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9055 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9056 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9057 + } + ] + }, + "minecraft:end_rod": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9058 + }, + { + "properties": { + "facing": "east" + }, + "id": 9059 + }, + { + "properties": { + "facing": "south" + }, + "id": 9060 + }, + { + "properties": { + "facing": "west" + }, + "id": 9061 + }, + { + "properties": { + "facing": "up" + }, + "id": 9062, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9063 + } + ] + }, + "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": 9064 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9065 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9066 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9067 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9068 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9069 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9070 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9071 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9072 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9073 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9074 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9075 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9076 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9077 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9078 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9079 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9080 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9081 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9082 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9083 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9084 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9085 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9086 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9087 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9088 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9089 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9090 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9091 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9092 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9093 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9094 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9095 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9096 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9097 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9098 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9099 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9100 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9101 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9102 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9103 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9104 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9105 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9106 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9107 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9108 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9109 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9110 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9111 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9112 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9113 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9114 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9115 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9116 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9117 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9118 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9119 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9120 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9121 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9122 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9123 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9124 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9125 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9126 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9127, + "default": true + } + ] + }, + "minecraft:chorus_flower": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9128, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9129 + }, + { + "properties": { + "age": "2" + }, + "id": 9130 + }, + { + "properties": { + "age": "3" + }, + "id": 9131 + }, + { + "properties": { + "age": "4" + }, + "id": 9132 + }, + { + "properties": { + "age": "5" + }, + "id": 9133 + } + ] + }, + "minecraft:purpur_block": { + "states": [ + { + "id": 9134, + "default": true + } + ] + }, + "minecraft:purpur_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 9135 + }, + { + "properties": { + "axis": "y" + }, + "id": 9136, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 9137 + } + ] + }, + "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": 9138 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9139 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9140 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9141 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9142 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9143 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9144 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9145 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9146 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9147 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9148 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9149, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9150 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9151 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9152 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9153 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9154 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9155 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9156 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9157 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9158 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9159 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9160 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9161 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9162 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9163 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9164 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9165 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9166 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9167 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9168 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9169 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9170 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9171 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9172 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9173 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9174 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9175 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9176 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9177 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9178 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9179 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9180 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9181 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9182 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9183 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9184 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9185 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9186 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9187 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9188 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9189 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9190 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9191 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9192 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9193 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9194 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9195 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9196 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9197 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9198 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9199 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9200 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9201 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9202 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9203 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9204 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9205 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9206 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9207 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9208 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9209 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9210 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9211 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9212 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9213 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9214 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9215 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9216 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9217 + } + ] + }, + "minecraft:end_stone_bricks": { + "states": [ + { + "id": 9218, + "default": true + } + ] + }, + "minecraft:beetroots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9219, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9220 + }, + { + "properties": { + "age": "2" + }, + "id": 9221 + }, + { + "properties": { + "age": "3" + }, + "id": 9222 + } + ] + }, + "minecraft:grass_path": { + "states": [ + { + "id": 9223, + "default": true + } + ] + }, + "minecraft:end_gateway": { + "states": [ + { + "id": 9224, + "default": true + } + ] + }, + "minecraft:repeating_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 9225 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 9226 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 9227 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 9228 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 9229 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 9230 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 9231, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 9232 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 9233 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 9234 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 9235 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 9236 + } + ] + }, + "minecraft:chain_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 9237 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 9238 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 9239 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 9240 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 9241 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 9242 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 9243, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 9244 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 9245 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 9246 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 9247 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 9248 + } + ] + }, + "minecraft:frosted_ice": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9249, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9250 + }, + { + "properties": { + "age": "2" + }, + "id": 9251 + }, + { + "properties": { + "age": "3" + }, + "id": 9252 + } + ] + }, + "minecraft:magma_block": { + "states": [ + { + "id": 9253, + "default": true + } + ] + }, + "minecraft:nether_wart_block": { + "states": [ + { + "id": 9254, + "default": true + } + ] + }, + "minecraft:red_nether_bricks": { + "states": [ + { + "id": 9255, + "default": true + } + ] + }, + "minecraft:bone_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 9256 + }, + { + "properties": { + "axis": "y" + }, + "id": 9257, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 9258 + } + ] + }, + "minecraft:structure_void": { + "states": [ + { + "id": 9259, + "default": true + } + ] + }, + "minecraft:observer": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "powered": "true" + }, + "id": 9260 + }, + { + "properties": { + "facing": "north", + "powered": "false" + }, + "id": 9261 + }, + { + "properties": { + "facing": "east", + "powered": "true" + }, + "id": 9262 + }, + { + "properties": { + "facing": "east", + "powered": "false" + }, + "id": 9263 + }, + { + "properties": { + "facing": "south", + "powered": "true" + }, + "id": 9264 + }, + { + "properties": { + "facing": "south", + "powered": "false" + }, + "id": 9265, + "default": true + }, + { + "properties": { + "facing": "west", + "powered": "true" + }, + "id": 9266 + }, + { + "properties": { + "facing": "west", + "powered": "false" + }, + "id": 9267 + }, + { + "properties": { + "facing": "up", + "powered": "true" + }, + "id": 9268 + }, + { + "properties": { + "facing": "up", + "powered": "false" + }, + "id": 9269 + }, + { + "properties": { + "facing": "down", + "powered": "true" + }, + "id": 9270 + }, + { + "properties": { + "facing": "down", + "powered": "false" + }, + "id": 9271 + } + ] + }, + "minecraft:shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9272 + }, + { + "properties": { + "facing": "east" + }, + "id": 9273 + }, + { + "properties": { + "facing": "south" + }, + "id": 9274 + }, + { + "properties": { + "facing": "west" + }, + "id": 9275 + }, + { + "properties": { + "facing": "up" + }, + "id": 9276, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9277 + } + ] + }, + "minecraft:white_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9278 + }, + { + "properties": { + "facing": "east" + }, + "id": 9279 + }, + { + "properties": { + "facing": "south" + }, + "id": 9280 + }, + { + "properties": { + "facing": "west" + }, + "id": 9281 + }, + { + "properties": { + "facing": "up" + }, + "id": 9282, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9283 + } + ] + }, + "minecraft:orange_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9284 + }, + { + "properties": { + "facing": "east" + }, + "id": 9285 + }, + { + "properties": { + "facing": "south" + }, + "id": 9286 + }, + { + "properties": { + "facing": "west" + }, + "id": 9287 + }, + { + "properties": { + "facing": "up" + }, + "id": 9288, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9289 + } + ] + }, + "minecraft:magenta_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9290 + }, + { + "properties": { + "facing": "east" + }, + "id": 9291 + }, + { + "properties": { + "facing": "south" + }, + "id": 9292 + }, + { + "properties": { + "facing": "west" + }, + "id": 9293 + }, + { + "properties": { + "facing": "up" + }, + "id": 9294, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9295 + } + ] + }, + "minecraft:light_blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9296 + }, + { + "properties": { + "facing": "east" + }, + "id": 9297 + }, + { + "properties": { + "facing": "south" + }, + "id": 9298 + }, + { + "properties": { + "facing": "west" + }, + "id": 9299 + }, + { + "properties": { + "facing": "up" + }, + "id": 9300, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9301 + } + ] + }, + "minecraft:yellow_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9302 + }, + { + "properties": { + "facing": "east" + }, + "id": 9303 + }, + { + "properties": { + "facing": "south" + }, + "id": 9304 + }, + { + "properties": { + "facing": "west" + }, + "id": 9305 + }, + { + "properties": { + "facing": "up" + }, + "id": 9306, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9307 + } + ] + }, + "minecraft:lime_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9308 + }, + { + "properties": { + "facing": "east" + }, + "id": 9309 + }, + { + "properties": { + "facing": "south" + }, + "id": 9310 + }, + { + "properties": { + "facing": "west" + }, + "id": 9311 + }, + { + "properties": { + "facing": "up" + }, + "id": 9312, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9313 + } + ] + }, + "minecraft:pink_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9314 + }, + { + "properties": { + "facing": "east" + }, + "id": 9315 + }, + { + "properties": { + "facing": "south" + }, + "id": 9316 + }, + { + "properties": { + "facing": "west" + }, + "id": 9317 + }, + { + "properties": { + "facing": "up" + }, + "id": 9318, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9319 + } + ] + }, + "minecraft:gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9320 + }, + { + "properties": { + "facing": "east" + }, + "id": 9321 + }, + { + "properties": { + "facing": "south" + }, + "id": 9322 + }, + { + "properties": { + "facing": "west" + }, + "id": 9323 + }, + { + "properties": { + "facing": "up" + }, + "id": 9324, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9325 + } + ] + }, + "minecraft:light_gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9326 + }, + { + "properties": { + "facing": "east" + }, + "id": 9327 + }, + { + "properties": { + "facing": "south" + }, + "id": 9328 + }, + { + "properties": { + "facing": "west" + }, + "id": 9329 + }, + { + "properties": { + "facing": "up" + }, + "id": 9330, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9331 + } + ] + }, + "minecraft:cyan_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9332 + }, + { + "properties": { + "facing": "east" + }, + "id": 9333 + }, + { + "properties": { + "facing": "south" + }, + "id": 9334 + }, + { + "properties": { + "facing": "west" + }, + "id": 9335 + }, + { + "properties": { + "facing": "up" + }, + "id": 9336, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9337 + } + ] + }, + "minecraft:purple_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9338 + }, + { + "properties": { + "facing": "east" + }, + "id": 9339 + }, + { + "properties": { + "facing": "south" + }, + "id": 9340 + }, + { + "properties": { + "facing": "west" + }, + "id": 9341 + }, + { + "properties": { + "facing": "up" + }, + "id": 9342, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9343 + } + ] + }, + "minecraft:blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9344 + }, + { + "properties": { + "facing": "east" + }, + "id": 9345 + }, + { + "properties": { + "facing": "south" + }, + "id": 9346 + }, + { + "properties": { + "facing": "west" + }, + "id": 9347 + }, + { + "properties": { + "facing": "up" + }, + "id": 9348, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9349 + } + ] + }, + "minecraft:brown_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9350 + }, + { + "properties": { + "facing": "east" + }, + "id": 9351 + }, + { + "properties": { + "facing": "south" + }, + "id": 9352 + }, + { + "properties": { + "facing": "west" + }, + "id": 9353 + }, + { + "properties": { + "facing": "up" + }, + "id": 9354, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9355 + } + ] + }, + "minecraft:green_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9356 + }, + { + "properties": { + "facing": "east" + }, + "id": 9357 + }, + { + "properties": { + "facing": "south" + }, + "id": 9358 + }, + { + "properties": { + "facing": "west" + }, + "id": 9359 + }, + { + "properties": { + "facing": "up" + }, + "id": 9360, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9361 + } + ] + }, + "minecraft:red_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9362 + }, + { + "properties": { + "facing": "east" + }, + "id": 9363 + }, + { + "properties": { + "facing": "south" + }, + "id": 9364 + }, + { + "properties": { + "facing": "west" + }, + "id": 9365 + }, + { + "properties": { + "facing": "up" + }, + "id": 9366, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9367 + } + ] + }, + "minecraft:black_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9368 + }, + { + "properties": { + "facing": "east" + }, + "id": 9369 + }, + { + "properties": { + "facing": "south" + }, + "id": 9370 + }, + { + "properties": { + "facing": "west" + }, + "id": 9371 + }, + { + "properties": { + "facing": "up" + }, + "id": 9372, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9373 + } + ] + }, + "minecraft:white_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9374, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9375 + }, + { + "properties": { + "facing": "west" + }, + "id": 9376 + }, + { + "properties": { + "facing": "east" + }, + "id": 9377 + } + ] + }, + "minecraft:orange_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9378, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9379 + }, + { + "properties": { + "facing": "west" + }, + "id": 9380 + }, + { + "properties": { + "facing": "east" + }, + "id": 9381 + } + ] + }, + "minecraft:magenta_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9382, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9383 + }, + { + "properties": { + "facing": "west" + }, + "id": 9384 + }, + { + "properties": { + "facing": "east" + }, + "id": 9385 + } + ] + }, + "minecraft:light_blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9386, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9387 + }, + { + "properties": { + "facing": "west" + }, + "id": 9388 + }, + { + "properties": { + "facing": "east" + }, + "id": 9389 + } + ] + }, + "minecraft:yellow_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9390, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9391 + }, + { + "properties": { + "facing": "west" + }, + "id": 9392 + }, + { + "properties": { + "facing": "east" + }, + "id": 9393 + } + ] + }, + "minecraft:lime_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9394, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9395 + }, + { + "properties": { + "facing": "west" + }, + "id": 9396 + }, + { + "properties": { + "facing": "east" + }, + "id": 9397 + } + ] + }, + "minecraft:pink_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9398, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9399 + }, + { + "properties": { + "facing": "west" + }, + "id": 9400 + }, + { + "properties": { + "facing": "east" + }, + "id": 9401 + } + ] + }, + "minecraft:gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9402, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9403 + }, + { + "properties": { + "facing": "west" + }, + "id": 9404 + }, + { + "properties": { + "facing": "east" + }, + "id": 9405 + } + ] + }, + "minecraft:light_gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9406, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9407 + }, + { + "properties": { + "facing": "west" + }, + "id": 9408 + }, + { + "properties": { + "facing": "east" + }, + "id": 9409 + } + ] + }, + "minecraft:cyan_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9410, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9411 + }, + { + "properties": { + "facing": "west" + }, + "id": 9412 + }, + { + "properties": { + "facing": "east" + }, + "id": 9413 + } + ] + }, + "minecraft:purple_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9414, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9415 + }, + { + "properties": { + "facing": "west" + }, + "id": 9416 + }, + { + "properties": { + "facing": "east" + }, + "id": 9417 + } + ] + }, + "minecraft:blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9418, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9419 + }, + { + "properties": { + "facing": "west" + }, + "id": 9420 + }, + { + "properties": { + "facing": "east" + }, + "id": 9421 + } + ] + }, + "minecraft:brown_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9422, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9423 + }, + { + "properties": { + "facing": "west" + }, + "id": 9424 + }, + { + "properties": { + "facing": "east" + }, + "id": 9425 + } + ] + }, + "minecraft:green_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9426, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9427 + }, + { + "properties": { + "facing": "west" + }, + "id": 9428 + }, + { + "properties": { + "facing": "east" + }, + "id": 9429 + } + ] + }, + "minecraft:red_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9430, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9431 + }, + { + "properties": { + "facing": "west" + }, + "id": 9432 + }, + { + "properties": { + "facing": "east" + }, + "id": 9433 + } + ] + }, + "minecraft:black_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9434, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9435 + }, + { + "properties": { + "facing": "west" + }, + "id": 9436 + }, + { + "properties": { + "facing": "east" + }, + "id": 9437 + } + ] + }, + "minecraft:white_concrete": { + "states": [ + { + "id": 9438, + "default": true + } + ] + }, + "minecraft:orange_concrete": { + "states": [ + { + "id": 9439, + "default": true + } + ] + }, + "minecraft:magenta_concrete": { + "states": [ + { + "id": 9440, + "default": true + } + ] + }, + "minecraft:light_blue_concrete": { + "states": [ + { + "id": 9441, + "default": true + } + ] + }, + "minecraft:yellow_concrete": { + "states": [ + { + "id": 9442, + "default": true + } + ] + }, + "minecraft:lime_concrete": { + "states": [ + { + "id": 9443, + "default": true + } + ] + }, + "minecraft:pink_concrete": { + "states": [ + { + "id": 9444, + "default": true + } + ] + }, + "minecraft:gray_concrete": { + "states": [ + { + "id": 9445, + "default": true + } + ] + }, + "minecraft:light_gray_concrete": { + "states": [ + { + "id": 9446, + "default": true + } + ] + }, + "minecraft:cyan_concrete": { + "states": [ + { + "id": 9447, + "default": true + } + ] + }, + "minecraft:purple_concrete": { + "states": [ + { + "id": 9448, + "default": true + } + ] + }, + "minecraft:blue_concrete": { + "states": [ + { + "id": 9449, + "default": true + } + ] + }, + "minecraft:brown_concrete": { + "states": [ + { + "id": 9450, + "default": true + } + ] + }, + "minecraft:green_concrete": { + "states": [ + { + "id": 9451, + "default": true + } + ] + }, + "minecraft:red_concrete": { + "states": [ + { + "id": 9452, + "default": true + } + ] + }, + "minecraft:black_concrete": { + "states": [ + { + "id": 9453, + "default": true + } + ] + }, + "minecraft:white_concrete_powder": { + "states": [ + { + "id": 9454, + "default": true + } + ] + }, + "minecraft:orange_concrete_powder": { + "states": [ + { + "id": 9455, + "default": true + } + ] + }, + "minecraft:magenta_concrete_powder": { + "states": [ + { + "id": 9456, + "default": true + } + ] + }, + "minecraft:light_blue_concrete_powder": { + "states": [ + { + "id": 9457, + "default": true + } + ] + }, + "minecraft:yellow_concrete_powder": { + "states": [ + { + "id": 9458, + "default": true + } + ] + }, + "minecraft:lime_concrete_powder": { + "states": [ + { + "id": 9459, + "default": true + } + ] + }, + "minecraft:pink_concrete_powder": { + "states": [ + { + "id": 9460, + "default": true + } + ] + }, + "minecraft:gray_concrete_powder": { + "states": [ + { + "id": 9461, + "default": true + } + ] + }, + "minecraft:light_gray_concrete_powder": { + "states": [ + { + "id": 9462, + "default": true + } + ] + }, + "minecraft:cyan_concrete_powder": { + "states": [ + { + "id": 9463, + "default": true + } + ] + }, + "minecraft:purple_concrete_powder": { + "states": [ + { + "id": 9464, + "default": true + } + ] + }, + "minecraft:blue_concrete_powder": { + "states": [ + { + "id": 9465, + "default": true + } + ] + }, + "minecraft:brown_concrete_powder": { + "states": [ + { + "id": 9466, + "default": true + } + ] + }, + "minecraft:green_concrete_powder": { + "states": [ + { + "id": 9467, + "default": true + } + ] + }, + "minecraft:red_concrete_powder": { + "states": [ + { + "id": 9468, + "default": true + } + ] + }, + "minecraft:black_concrete_powder": { + "states": [ + { + "id": 9469, + "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": 9470, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9471 + }, + { + "properties": { + "age": "2" + }, + "id": 9472 + }, + { + "properties": { + "age": "3" + }, + "id": 9473 + }, + { + "properties": { + "age": "4" + }, + "id": 9474 + }, + { + "properties": { + "age": "5" + }, + "id": 9475 + }, + { + "properties": { + "age": "6" + }, + "id": 9476 + }, + { + "properties": { + "age": "7" + }, + "id": 9477 + }, + { + "properties": { + "age": "8" + }, + "id": 9478 + }, + { + "properties": { + "age": "9" + }, + "id": 9479 + }, + { + "properties": { + "age": "10" + }, + "id": 9480 + }, + { + "properties": { + "age": "11" + }, + "id": 9481 + }, + { + "properties": { + "age": "12" + }, + "id": 9482 + }, + { + "properties": { + "age": "13" + }, + "id": 9483 + }, + { + "properties": { + "age": "14" + }, + "id": 9484 + }, + { + "properties": { + "age": "15" + }, + "id": 9485 + }, + { + "properties": { + "age": "16" + }, + "id": 9486 + }, + { + "properties": { + "age": "17" + }, + "id": 9487 + }, + { + "properties": { + "age": "18" + }, + "id": 9488 + }, + { + "properties": { + "age": "19" + }, + "id": 9489 + }, + { + "properties": { + "age": "20" + }, + "id": 9490 + }, + { + "properties": { + "age": "21" + }, + "id": 9491 + }, + { + "properties": { + "age": "22" + }, + "id": 9492 + }, + { + "properties": { + "age": "23" + }, + "id": 9493 + }, + { + "properties": { + "age": "24" + }, + "id": 9494 + }, + { + "properties": { + "age": "25" + }, + "id": 9495 + } + ] + }, + "minecraft:kelp_plant": { + "states": [ + { + "id": 9496, + "default": true + } + ] + }, + "minecraft:dried_kelp_block": { + "states": [ + { + "id": 9497, + "default": true + } + ] + }, + "minecraft:turtle_egg": { + "properties": { + "eggs": [ + "1", + "2", + "3", + "4" + ], + "hatch": [ + "0", + "1", + "2" + ] + }, + "states": [ + { + "properties": { + "eggs": "1", + "hatch": "0" + }, + "id": 9498, + "default": true + }, + { + "properties": { + "eggs": "1", + "hatch": "1" + }, + "id": 9499 + }, + { + "properties": { + "eggs": "1", + "hatch": "2" + }, + "id": 9500 + }, + { + "properties": { + "eggs": "2", + "hatch": "0" + }, + "id": 9501 + }, + { + "properties": { + "eggs": "2", + "hatch": "1" + }, + "id": 9502 + }, + { + "properties": { + "eggs": "2", + "hatch": "2" + }, + "id": 9503 + }, + { + "properties": { + "eggs": "3", + "hatch": "0" + }, + "id": 9504 + }, + { + "properties": { + "eggs": "3", + "hatch": "1" + }, + "id": 9505 + }, + { + "properties": { + "eggs": "3", + "hatch": "2" + }, + "id": 9506 + }, + { + "properties": { + "eggs": "4", + "hatch": "0" + }, + "id": 9507 + }, + { + "properties": { + "eggs": "4", + "hatch": "1" + }, + "id": 9508 + }, + { + "properties": { + "eggs": "4", + "hatch": "2" + }, + "id": 9509 + } + ] + }, + "minecraft:dead_tube_coral_block": { + "states": [ + { + "id": 9510, + "default": true + } + ] + }, + "minecraft:dead_brain_coral_block": { + "states": [ + { + "id": 9511, + "default": true + } + ] + }, + "minecraft:dead_bubble_coral_block": { + "states": [ + { + "id": 9512, + "default": true + } + ] + }, + "minecraft:dead_fire_coral_block": { + "states": [ + { + "id": 9513, + "default": true + } + ] + }, + "minecraft:dead_horn_coral_block": { + "states": [ + { + "id": 9514, + "default": true + } + ] + }, + "minecraft:tube_coral_block": { + "states": [ + { + "id": 9515, + "default": true + } + ] + }, + "minecraft:brain_coral_block": { + "states": [ + { + "id": 9516, + "default": true + } + ] + }, + "minecraft:bubble_coral_block": { + "states": [ + { + "id": 9517, + "default": true + } + ] + }, + "minecraft:fire_coral_block": { + "states": [ + { + "id": 9518, + "default": true + } + ] + }, + "minecraft:horn_coral_block": { + "states": [ + { + "id": 9519, + "default": true + } + ] + }, + "minecraft:dead_tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9520, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9521 + } + ] + }, + "minecraft:dead_brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9522, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9523 + } + ] + }, + "minecraft:dead_bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9524, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9525 + } + ] + }, + "minecraft:dead_fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9526, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9527 + } + ] + }, + "minecraft:dead_horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9528, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9529 + } + ] + }, + "minecraft:tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9530, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9531 + } + ] + }, + "minecraft:brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9532, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9533 + } + ] + }, + "minecraft:bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9534, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9535 + } + ] + }, + "minecraft:fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9536, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9537 + } + ] + }, + "minecraft:horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9538, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9539 + } + ] + }, + "minecraft:dead_tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9540, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9541 + } + ] + }, + "minecraft:dead_brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9542, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9543 + } + ] + }, + "minecraft:dead_bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9544, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9545 + } + ] + }, + "minecraft:dead_fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9546, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9547 + } + ] + }, + "minecraft:dead_horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9548, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9549 + } + ] + }, + "minecraft:tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9550, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9551 + } + ] + }, + "minecraft:brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9552, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9553 + } + ] + }, + "minecraft:bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9554, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9555 + } + ] + }, + "minecraft:fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9556, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9557 + } + ] + }, + "minecraft:horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9558, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9559 + } + ] + }, + "minecraft:dead_tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9560, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9561 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9562 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9563 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9564 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9565 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9566 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9567 + } + ] + }, + "minecraft:dead_brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9568, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9569 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9570 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9571 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9572 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9573 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9574 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9575 + } + ] + }, + "minecraft:dead_bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9576, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9577 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9578 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9579 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9580 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9581 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9582 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9583 + } + ] + }, + "minecraft:dead_fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9584, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9585 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9586 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9587 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9588 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9589 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9590 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9591 + } + ] + }, + "minecraft:dead_horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9592, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9593 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9594 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9595 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9596 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9597 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9598 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9599 + } + ] + }, + "minecraft:tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9600, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9601 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9602 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9603 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9604 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9605 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9606 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9607 + } + ] + }, + "minecraft:brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9608, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9609 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9610 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9611 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9612 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9613 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9614 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9615 + } + ] + }, + "minecraft:bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9616, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9617 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9618 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9619 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9620 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9621 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9622 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9623 + } + ] + }, + "minecraft:fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9624, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9625 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9626 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9627 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9628 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9629 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9630 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9631 + } + ] + }, + "minecraft:horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9632, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9633 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9634 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9635 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9636 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9637 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9638 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9639 + } + ] + }, + "minecraft:sea_pickle": { + "properties": { + "pickles": [ + "1", + "2", + "3", + "4" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "pickles": "1", + "waterlogged": "true" + }, + "id": 9640, + "default": true + }, + { + "properties": { + "pickles": "1", + "waterlogged": "false" + }, + "id": 9641 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "true" + }, + "id": 9642 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "false" + }, + "id": 9643 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "true" + }, + "id": 9644 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "false" + }, + "id": 9645 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "true" + }, + "id": 9646 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "false" + }, + "id": 9647 + } + ] + }, + "minecraft:blue_ice": { + "states": [ + { + "id": 9648, + "default": true + } + ] + }, + "minecraft:conduit": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9649, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9650 + } + ] + }, + "minecraft:bamboo_sapling": { + "states": [ + { + "id": 9651, + "default": true + } + ] + }, + "minecraft:bamboo": { + "properties": { + "age": [ + "0", + "1" + ], + "leaves": [ + "none", + "small", + "large" + ], + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "0" + }, + "id": 9652, + "default": true + }, + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "1" + }, + "id": 9653 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "0" + }, + "id": 9654 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "1" + }, + "id": 9655 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "0" + }, + "id": 9656 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "1" + }, + "id": 9657 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "0" + }, + "id": 9658 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "1" + }, + "id": 9659 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "0" + }, + "id": 9660 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "1" + }, + "id": 9661 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "0" + }, + "id": 9662 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "1" + }, + "id": 9663 + } + ] + }, + "minecraft:potted_bamboo": { + "states": [ + { + "id": 9664, + "default": true + } + ] + }, + "minecraft:void_air": { + "states": [ + { + "id": 9665, + "default": true + } + ] + }, + "minecraft:cave_air": { + "states": [ + { + "id": 9666, + "default": true + } + ] + }, + "minecraft:bubble_column": { + "properties": { + "drag": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "drag": "true" + }, + "id": 9667, + "default": true + }, + { + "properties": { + "drag": "false" + }, + "id": 9668 + } + ] + }, + "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": 9669 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9670 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9671 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9672 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9673 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9674 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9675 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9676 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9677 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9678 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9679 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9680, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9681 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9682 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9683 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9684 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9685 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9686 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9687 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9688 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9689 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9690 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9691 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9692 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9693 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9694 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9695 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9696 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9697 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9698 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9699 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9700 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9701 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9702 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9703 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9704 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9705 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9706 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9707 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9708 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9709 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9710 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9711 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9712 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9713 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9714 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9715 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9716 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9717 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9718 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9719 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9720 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9721 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9722 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9723 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9724 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9725 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9726 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9727 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9728 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9729 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9730 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9731 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9732 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9733 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9734 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9735 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9736 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9737 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9738 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9739 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9740 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9741 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9742 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9743 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9744 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9745 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9746 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9747 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9748 + } + ] + }, + "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": 9749 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9750 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9751 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9752 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9753 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9754 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9755 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9756 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9757 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9758 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9759 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9760, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9761 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9762 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9763 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9764 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9765 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9766 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9767 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9768 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9769 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9770 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9771 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9772 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9773 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9774 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9775 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9776 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9777 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9778 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9779 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9780 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9781 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9782 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9783 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9784 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9785 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9786 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9787 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9788 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9789 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9790 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9791 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9792 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9793 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9794 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9795 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9796 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9797 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9798 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9799 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9800 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9801 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9802 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9803 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9804 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9805 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9806 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9807 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9808 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9809 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9810 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9811 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9812 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9813 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9814 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9815 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9816 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9817 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9818 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9819 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9820 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9821 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9822 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9823 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9824 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9825 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9826 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9827 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9828 + } + ] + }, + "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": 9829 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9830 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9831 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9832 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9833 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9834 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9835 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9836 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9837 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9838 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9839 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9840, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9841 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9842 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9843 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9844 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9845 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9846 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9847 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9848 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9849 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9850 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9851 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9852 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9853 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9854 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9855 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9856 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9857 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9858 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9859 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9860 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9861 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9862 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9863 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9864 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9865 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9866 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9867 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9868 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9869 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9870 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9871 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9872 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9873 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9874 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9875 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9876 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9877 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9878 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9879 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9880 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9881 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9882 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9883 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9884 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9885 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9886 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9887 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9888 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9889 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9890 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9891 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9892 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9893 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9894 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9895 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9896 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9897 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9898 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9899 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9900 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9901 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9902 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9903 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9904 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9905 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9906 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9907 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9908 + } + ] + }, + "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": 9909 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9910 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9911 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9912 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9913 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9914 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9915 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9916 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9917 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9918 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9919 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9920, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9921 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9922 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9923 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9924 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9925 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9926 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9927 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9928 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9929 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9930 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9931 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9932 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9933 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9934 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9935 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9936 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9937 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9938 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9939 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9940 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9941 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9942 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9943 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9944 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9945 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9946 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9947 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9948 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9949 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9950 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9951 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9952 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9953 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9954 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9955 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9956 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9957 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9958 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9959 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9960 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9961 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9962 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9963 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9964 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9965 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9966 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9967 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9968 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9969 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9970 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9971 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9972 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9973 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9974 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9975 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9976 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9977 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9978 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9979 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9980 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9981 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9982 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9983 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9984 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9985 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9986 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9987 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9988 + } + ] + }, + "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": 9989 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9990 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9991 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9992 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9993 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9994 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9995 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9996 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9997 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9998 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9999 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10000, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10001 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10002 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10003 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10004 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10005 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10006 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10007 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10008 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10009 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10010 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10011 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10012 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10013 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10014 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10015 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10016 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10017 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10018 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10019 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10020 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10021 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10022 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10023 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10024 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10025 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10026 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10027 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10028 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10029 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10030 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10031 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10032 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10033 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10034 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10035 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10036 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10037 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10038 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10039 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10040 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10041 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10042 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10043 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10044 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10045 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10046 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10047 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10048 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10049 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10050 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10051 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10052 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10053 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10054 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10055 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10056 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10057 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10058 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10059 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10060 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10061 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10062 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10063 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10064 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10065 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10066 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10067 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10068 + } + ] + }, + "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": 10069 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10070 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10071 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10072 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10073 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10074 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10075 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10076 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10077 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10078 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10079 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10080, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10081 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10082 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10083 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10084 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10085 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10086 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10087 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10088 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10089 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10090 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10091 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10092 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10093 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10094 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10095 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10096 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10097 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10098 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10099 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10100 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10101 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10102 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10103 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10104 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10105 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10106 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10107 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10108 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10109 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10110 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10111 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10112 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10113 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10114 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10115 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10116 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10117 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10118 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10119 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10120 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10121 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10122 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10123 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10124 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10125 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10126 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10127 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10128 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10129 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10130 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10131 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10132 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10133 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10134 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10135 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10136 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10137 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10138 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10139 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10140 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10141 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10142 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10143 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10144 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10145 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10146 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10147 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10148 + } + ] + }, + "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": 10149 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10150 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10151 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10152 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10153 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10154 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10155 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10156 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10157 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10158 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10159 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10160, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10161 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10162 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10163 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10164 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10165 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10166 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10167 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10168 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10169 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10170 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10171 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10172 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10173 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10174 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10175 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10176 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10177 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10178 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10179 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10180 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10181 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10182 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10183 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10184 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10185 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10186 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10187 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10188 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10189 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10190 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10191 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10192 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10193 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10194 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10195 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10196 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10197 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10198 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10199 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10200 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10201 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10202 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10203 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10204 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10205 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10206 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10207 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10208 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10209 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10210 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10211 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10212 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10213 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10214 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10215 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10216 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10217 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10218 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10219 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10220 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10221 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10222 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10223 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10224 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10225 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10226 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10227 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10228 + } + ] + }, + "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": 10229 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10230 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10231 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10232 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10233 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10234 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10235 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10236 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10237 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10239 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10240, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10241 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10242 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10243 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10244 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10245 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10246 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10247 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10248 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10249 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10250 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10251 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10252 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10253 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10254 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10255 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10256 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10257 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10258 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10259 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10260 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10261 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10262 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10263 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10264 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10265 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10266 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10267 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10268 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10269 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10270 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10271 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10272 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10273 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10274 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10275 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10276 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10277 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10279 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10280 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10281 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10282 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10283 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10284 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10285 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10286 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10287 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10289 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10290 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10291 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10292 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10293 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10294 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10295 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10296 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10297 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10299 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10300 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10301 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10302 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10303 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10304 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10305 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10306 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10307 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10308 + } + ] + }, + "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": 10309 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10310 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10311 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10312 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10313 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10314 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10315 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10316 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10317 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10318 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10319 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10320, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10321 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10322 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10323 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10324 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10325 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10326 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10327 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10328 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10329 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10330 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10331 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10332 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10333 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10334 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10335 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10336 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10337 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10338 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10339 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10340 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10341 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10342 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10343 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10344 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10345 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10346 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10347 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10348 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10349 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10350 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10351 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10352 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10353 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10354 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10355 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10356 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10357 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10358 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10359 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10360 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10361 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10362 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10363 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10364 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10365 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10366 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10367 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10368 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10369 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10370 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10371 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10372 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10373 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10374 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10375 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10376 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10377 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10378 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10379 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10380 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10381 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10382 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10383 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10384 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10385 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10386 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10387 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10388 + } + ] + }, + "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": 10389 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10390 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10391 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10392 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10393 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10394 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10395 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10396 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10397 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10398 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10399 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10400, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10401 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10402 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10403 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10404 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10405 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10406 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10407 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10408 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10409 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10410 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10411 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10412 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10413 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10414 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10415 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10416 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10417 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10418 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10419 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10420 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10421 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10422 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10423 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10424 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10425 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10426 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10427 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10428 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10429 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10430 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10431 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10432 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10433 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10434 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10435 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10436 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10437 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10438 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10439 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10440 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10441 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10442 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10443 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10444 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10445 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10446 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10447 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10448 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10449 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10450 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10451 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10452 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10453 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10454 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10455 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10456 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10457 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10458 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10459 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10460 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10461 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10462 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10463 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10464 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10465 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10466 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10467 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10468 + } + ] + }, + "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": 10469 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10470 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10471 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10472 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10473 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10474 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10475 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10476 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10477 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10478 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10479 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10480, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10481 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10482 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10483 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10484 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10485 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10486 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10487 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10488 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10489 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10490 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10491 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10492 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10493 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10494 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10495 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10496 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10497 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10498 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10499 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10500 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10501 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10502 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10503 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10504 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10505 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10506 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10507 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10508 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10509 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10510 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10511 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10512 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10513 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10514 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10515 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10516 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10517 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10518 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10519 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10520 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10521 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10522 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10523 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10524 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10525 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10526 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10527 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10528 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10529 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10530 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10531 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10532 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10533 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10534 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10535 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10536 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10537 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10538 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10539 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10540 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10541 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10542 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10543 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10544 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10545 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10546 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10547 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10548 + } + ] + }, + "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": 10549 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10550 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10551 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10552 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10553 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10554 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10555 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10556 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10557 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10558 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10559 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10560, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10561 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10562 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10563 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10564 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10565 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10566 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10567 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10568 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10569 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10570 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10571 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10572 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10573 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10574 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10575 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10576 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10577 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10578 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10579 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10580 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10581 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10582 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10583 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10584 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10585 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10586 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10587 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10588 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10589 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10590 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10591 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10592 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10593 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10594 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10595 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10596 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10597 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10598 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10599 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10600 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10601 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10602 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10603 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10604 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10605 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10606 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10607 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10608 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10609 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10610 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10611 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10612 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10613 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10614 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10615 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10616 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10617 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10618 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10619 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10620 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10621 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10622 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10623 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10624 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10625 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10626 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10627 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10628 + } + ] + }, + "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": 10629 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10630 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10631 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10632 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10633 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10634 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10635 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10636 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10637 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10638 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10639 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10640, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10641 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10642 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10643 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10644 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10645 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10646 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10647 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10648 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10649 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10650 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10651 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10652 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10653 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10654 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10655 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10656 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10657 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10658 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10659 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10660 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10661 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10662 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10663 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10664 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10665 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10666 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10667 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10668 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10669 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10670 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10671 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10672 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10673 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10674 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10675 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10676 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10677 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10678 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10679 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10680 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10681 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10682 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10683 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10684 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10685 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10686 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10687 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10688 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10689 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10690 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10691 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10692 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10693 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10694 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10695 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10696 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10697 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10698 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10699 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10700 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10701 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10702 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10703 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10704 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10705 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10706 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10707 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10708 + } + ] + }, + "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": 10709 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10710 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10711 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10712 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10713 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10714 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10715 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10716 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10717 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10718 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10719 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10720, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10721 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10722 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10723 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10724 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10725 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10726 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10727 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10728 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10729 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10730 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10731 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10732 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10733 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10734 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10735 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10736 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10737 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10738 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10739 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10740 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10741 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10742 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10743 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10744 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10745 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10746 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10747 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10748 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10749 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10750 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10751 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10752 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10753 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10754 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10755 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10756 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10757 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10758 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10759 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10760 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10761 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10762 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10763 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10764 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10765 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10766 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10767 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10768 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10769 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10770 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10771 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10772 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10773 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10774 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10775 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10776 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10777 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10778 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10779 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10780 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10781 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10782 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10783 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10784 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10785 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10786 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10787 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10788 + } + ] + }, + "minecraft:polished_granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10789 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10790 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10791 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10792, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10793 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10794 + } + ] + }, + "minecraft:smooth_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10795 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10796 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10797 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10798, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10799 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10800 + } + ] + }, + "minecraft:mossy_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10801 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10802 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10803 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10804, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10805 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10806 + } + ] + }, + "minecraft:polished_diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10807 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10808 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10809 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10810, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10811 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10812 + } + ] + }, + "minecraft:mossy_cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10813 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10814 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10815 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10816, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10817 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10818 + } + ] + }, + "minecraft:end_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10819 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10820 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10821 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10822, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10823 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10824 + } + ] + }, + "minecraft:smooth_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10825 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10826 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10827 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10828, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10829 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10830 + } + ] + }, + "minecraft:smooth_quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10831 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10832 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10833 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10834, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10835 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10836 + } + ] + }, + "minecraft:granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10837 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10838 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10839 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10840, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10841 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10842 + } + ] + }, + "minecraft:andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10843 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10844 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10845 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10846, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10847 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10848 + } + ] + }, + "minecraft:red_nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10849 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10850 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10851 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10852, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10853 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10854 + } + ] + }, + "minecraft:polished_andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10855 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10856 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10857 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10858, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10859 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10860 + } + ] + }, + "minecraft:diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10861 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10862 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10863 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10864, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10865 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10866 + } + ] + }, + "minecraft:brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10867 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10868 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10869 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10870, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10871 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10872 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10873 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10874 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10875 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10876 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10877 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10878 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10879 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10880 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10881 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10882 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10883 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10884 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10885 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10886 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10887 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10888 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10889 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10890 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10891 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10892 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10893 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10894 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10895 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10896 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10897 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10898 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10899 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10900 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10901 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10902 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10903 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10904 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10905 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10906 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10907 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10908 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10909 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10910 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10911 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10912 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10913 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10914 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10915 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10916 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10917 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10918 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10919 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10920 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10921 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10922 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10923 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10924 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10925 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10926 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10927 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10928 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10929 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10930 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10931 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10932 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10933 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10934 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10935 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10936 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10937 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10938 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10939 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10940 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10941 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10942 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10943 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10944 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10945 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10946 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10947 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10948 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10949 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10950 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10951 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10952 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10953 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10954 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10955 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10956 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10957 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10958 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10959 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10960 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10961 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10962 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10963 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10964 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10965 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10966 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10967 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10968 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10969 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10970 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10971 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10972 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10973 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10974 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10975 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10976 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10977 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10978 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10979 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10980 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10981 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10982 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10983 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10984 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10985 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10986 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10987 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10988 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10989 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10990 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10991 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10992 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10993 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10994 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10995 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10996 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10997 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10998 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10999 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11000 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11001 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11002 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11003 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11004 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11005 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11006 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11007 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11008 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11009 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11010 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11011 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11012 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11013 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11014 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11015 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11016 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11017 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11018 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11019 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11020 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11021 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11022 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11023 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11024 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11025 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11026 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11027 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11028 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11029 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11030 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11031 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11032 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11033 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11034 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11035 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11036 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11037 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11038 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11039 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11040 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11041 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11042 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11043 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11044 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11045 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11046 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11047 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11048 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11049 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11050 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11051 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11052 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11053 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11054 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11055 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11056 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11057 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11058 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11059 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11060 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11061 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11062 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11063 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11064 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11065 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11066 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11067 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11068 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11069 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11070 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11071 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11072 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11073 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11074 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11075 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11076 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11077 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11078 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11079 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11080 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11081 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11082 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11083 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11084 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11085 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11086 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11087 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11088 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11089 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11090 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11091 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11092 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11093 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11094 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11095 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11096 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11097 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11098 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11099 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11100 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11101 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11102 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11103 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11104 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11105 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11106 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11107 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11108 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11109 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11110 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11111 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11112 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11113 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11114 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11115 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11116 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11117 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11118 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11119 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11120 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11121 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11122 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11123 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11124 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11125 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11126 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11127 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11128 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11129 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11130 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11131 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11132 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11133 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11134 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11135 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11136 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11137 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11138 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11139 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11140 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11141 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11142 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11143 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11144 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11145 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11146 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11147 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11148 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11149 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11150 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11151 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11152 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11153 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11154 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11155 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11156 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11157 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11158 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11159 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11160 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11161 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11162 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11163 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11164 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11165 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11166 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11167 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11168 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11169 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11170 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11171 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11172 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11173 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11174 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11175 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11176 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11177 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11178 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11179 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11180 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11181 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11182 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11183 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11184 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11185 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11186 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11187 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11188 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11189 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11190 + } + ] + }, + "minecraft:prismarine_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11191 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11192 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11193 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11194, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11195 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11196 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11197 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11198 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11199 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11200 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11201 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11202 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11203 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11204 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11205 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11206 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11207 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11208 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11209 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11210 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11211 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11212 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11213 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11214 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11215 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11216 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11217 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11218 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11219 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11220 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11221 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11222 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11223 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11224 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11225 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11226 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11227 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11228 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11229 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11230 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11231 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11232 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11233 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11234 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11235 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11236 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11237 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11238 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11239 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11240 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11241 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11242 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11243 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11244 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11245 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11246 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11247 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11248 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11249 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11250 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11251 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11252 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11253 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11254 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11255 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11256 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11257 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11258 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11259 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11260 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11261 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11262 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11263 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11264 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11265 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11266 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11267 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11268 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11269 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11270 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11271 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11272 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11273 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11274 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11275 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11276 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11277 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11278 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11279 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11280 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11281 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11282 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11283 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11284 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11285 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11286 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11287 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11288 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11289 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11290 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11291 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11292 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11293 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11294 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11295 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11296 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11297 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11298 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11299 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11300 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11301 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11302 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11303 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11304 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11305 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11306 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11307 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11308 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11309 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11310 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11311 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11312 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11313 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11314 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11315 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11316 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11317 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11318 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11319 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11320 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11321 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11322 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11323 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11324 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11325 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11326 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11327 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11328 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11329 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11330 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11331 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11332 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11333 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11334 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11335 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11336 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11337 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11338 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11339 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11340 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11341 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11342 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11343 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11344 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11345 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11346 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11347 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11348 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11349 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11350 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11351 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11352 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11353 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11354 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11355 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11356 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11357 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11358 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11359 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11360 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11361 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11362 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11363 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11364 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11365 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11366 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11367 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11368 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11369 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11370 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11371 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11372 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11373 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11374 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11375 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11376 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11377 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11378 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11379 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11380 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11381 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11382 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11383 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11384 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11385 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11386 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11387 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11388 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11389 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11390 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11391 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11392 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11393 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11394 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11395 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11396 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11397 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11398 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11399 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11400 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11401 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11402 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11403 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11404 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11405 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11406 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11407 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11408 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11409 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11410 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11411 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11412 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11413 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11414 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11415 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11416 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11417 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11418 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11419 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11420 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11421 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11422 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11423 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11424 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11425 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11426 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11427 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11428 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11429 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11430 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11431 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11432 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11433 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11434 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11435 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11436 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11437 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11438 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11439 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11440 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11441 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11442 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11443 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11444 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11445 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11446 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11447 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11448 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11449 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11450 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11451 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11452 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11453 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11454 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11455 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11456 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11457 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11458 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11459 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11460 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11461 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11462 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11463 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11464 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11465 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11466 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11467 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11468 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11469 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11470 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11471 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11472 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11473 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11474 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11475 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11476 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11477 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11478 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11479 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11480 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11481 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11482 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11483 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11484 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11485 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11486 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11487 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11488 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11489 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11490 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11491 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11492 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11493 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11494 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11495 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11496 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11497 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11498 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11499 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11500 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11501 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11502 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11503 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11504 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11505 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11506 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11507 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11508 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11509 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11510 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11511 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11512 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11513 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11514 + } + ] + }, + "minecraft:red_sandstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11515 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11516 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11517 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11518, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11519 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11520 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11521 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11522 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11523 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11524 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11525 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11526 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11527 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11528 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11529 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11530 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11531 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11532 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11533 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11534 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11535 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11536 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11537 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11538 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11539 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11540 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11541 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11542 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11543 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11544 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11545 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11546 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11547 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11548 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11549 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11550 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11551 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11552 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11553 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11554 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11555 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11556 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11557 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11558 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11559 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11560 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11561 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11562 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11563 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11564 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11565 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11566 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11567 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11568 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11569 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11570 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11571 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11572 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11573 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11574 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11575 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11576 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11577 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11578 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11579 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11580 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11581 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11582 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11583 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11584 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11585 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11586 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11587 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11588 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11589 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11590 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11591 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11592 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11593 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11594 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11595 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11596 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11597 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11598 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11599 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11600 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11601 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11602 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11603 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11604 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11605 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11606 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11607 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11608 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11609 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11610 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11611 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11612 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11613 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11614 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11615 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11616 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11617 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11618 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11619 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11620 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11621 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11622 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11623 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11624 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11625 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11626 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11627 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11628 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11629 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11630 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11631 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11632 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11633 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11634 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11635 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11636 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11637 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11638 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11639 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11640 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11641 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11642 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11643 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11644 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11645 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11646 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11647 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11648 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11649 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11650 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11651 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11652 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11653 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11654 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11655 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11656 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11657 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11658 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11659 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11660 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11661 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11662 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11663 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11664 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11665 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11666 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11667 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11668 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11669 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11670 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11671 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11672 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11673 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11674 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11675 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11676 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11677 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11678 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11679 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11680 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11681 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11682 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11683 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11684 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11685 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11686 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11687 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11688 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11689 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11690 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11691 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11692 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11693 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11694 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11695 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11696 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11697 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11698 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11699 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11700 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11701 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11702 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11703 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11704 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11705 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11706 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11707 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11708 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11709 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11710 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11711 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11712 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11713 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11714 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11715 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11716 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11717 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11718 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11719 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11720 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11721 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11722 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11723 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11724 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11725 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11726 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11727 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11728 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11729 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11730 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11731 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11732 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11733 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11734 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11735 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11736 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11737 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11738 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11739 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11740 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11741 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11742 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11743 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11744 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11745 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11746 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11747 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11748 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11749 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11750 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11751 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11752 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11753 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11754 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11755 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11756 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11757 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11758 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11759 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11760 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11761 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11762 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11763 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11764 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11765 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11766 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11767 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11768 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11769 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11770 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11771 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11772 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11773 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11774 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11775 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11776 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11777 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11778 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11779 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11780 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11781 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11782 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11783 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11784 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11785 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11786 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11787 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11788 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11789 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11790 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11791 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11792 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11793 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11794 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11795 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11796 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11797 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11798 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11799 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11800 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11801 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11802 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11803 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11804 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11805 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11806 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11807 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11808 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11809 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11810 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11811 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11812 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11813 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11814 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11815 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11816 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11817 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11818 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11819 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11820 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11821 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11822 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11823 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11824 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11825 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11826 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11827 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11828 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11829 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11830 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11831 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11832 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11833 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11834 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11835 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11836 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11837 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11838 + } + ] + }, + "minecraft:mossy_stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11839 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11840 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11841 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11842, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11843 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11844 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11845 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11846 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11847 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11848 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11849 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11850 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11851 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11852 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11853 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11854 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11855 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11856 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11857 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11858 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11859 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11860 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11861 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11862 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11863 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11864 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11865 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11866 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11867 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11868 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11869 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11870 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11871 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11872 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11873 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11874 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11875 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11876 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11877 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11878 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11879 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11880 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11881 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11882 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11883 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11884 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11885 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11886 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11887 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11888 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11889 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11890 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11891 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11892 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11893 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11894 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11895 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11896 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11897 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11898 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11899 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11900 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11901 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11902 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11903 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11904 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11905 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11906 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11907 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11908 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11909 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11910 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11911 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11912 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11913 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11914 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11915 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11916 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11917 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11918 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11919 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11920 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11921 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11922 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11923 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11924 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11925 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11926 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11927 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11928 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11929 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11930 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11931 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11932 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11933 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11934 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11935 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11936 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11937 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11938 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11939 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11940 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11941 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11942 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11943 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11944 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11945 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11946 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11947 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11948 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11949 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11950 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11951 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11952 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11953 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11954 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11955 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11956 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11957 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11958 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11959 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11960 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11961 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11962 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11963 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11964 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11965 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11966 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11967 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11968 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11969 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11970 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11971 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11972 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11973 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11974 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11975 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11976 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11977 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11978 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11979 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11980 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11981 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11982 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11983 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11984 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11985 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11986 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11987 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11988 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11989 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11990 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11991 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11992 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11993 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11994 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11995 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11996 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11997 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11998 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11999 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12000 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12001 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12002 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12003 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12004 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12005 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12006 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12007 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12008 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12009 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12010 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12011 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12012 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12013 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12014 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12015 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12016 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12017 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12018 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12019 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12020 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12021 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12022 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12023 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12024 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12025 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12026 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12027 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12028 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12029 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12030 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12031 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12032 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12033 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12034 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12035 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12036 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12037 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12038 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12039 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12040 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12041 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12042 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12043 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12044 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12045 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12046 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12047 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12048 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12049 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12050 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12051 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12052 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12053 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12054 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12055 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12056 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12057 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12058 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12059 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12060 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12061 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12062 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12063 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12064 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12065 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12066 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12067 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12068 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12069 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12070 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12071 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12072 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12073 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12074 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12075 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12076 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12077 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12078 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12079 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12080 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12081 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12082 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12083 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12084 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12085 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12086 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12087 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12088 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12089 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12090 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12091 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12092 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12093 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12094 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12095 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12096 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12097 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12098 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12099 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12100 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12101 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12102 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12103 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12104 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12105 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12106 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12107 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12108 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12109 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12110 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12111 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12112 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12113 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12114 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12115 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12116 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12117 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12118 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12119 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12120 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12121 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12122 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12123 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12124 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12125 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12126 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12127 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12128 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12129 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12130 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12131 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12132 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12133 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12134 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12135 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12136 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12137 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12138 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12139 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12140 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12141 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12142 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12143 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12144 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12145 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12146 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12147 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12148 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12149 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12150 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12151 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12152 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12153 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12154 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12155 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12156 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12157 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12158 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12159 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12160 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12161 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12162 + } + ] + }, + "minecraft:granite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12163 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12164 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12165 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12166, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12167 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12168 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12169 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12170 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12171 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12172 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12173 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12174 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12175 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12176 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12177 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12178 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12179 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12180 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12181 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12182 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12183 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12184 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12185 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12186 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12187 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12188 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12189 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12190 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12191 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12192 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12193 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12194 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12195 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12196 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12197 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12198 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12199 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12200 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12201 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12202 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12203 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12204 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12205 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12206 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12207 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12208 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12209 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12210 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12211 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12212 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12213 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12214 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12215 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12216 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12217 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12218 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12219 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12220 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12221 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12222 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12223 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12224 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12225 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12226 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12227 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12228 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12229 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12230 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12231 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12232 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12233 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12234 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12235 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12236 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12237 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12238 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12239 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12240 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12241 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12242 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12243 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12244 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12245 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12246 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12247 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12248 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12249 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12250 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12251 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12252 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12253 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12254 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12255 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12256 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12257 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12258 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12259 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12260 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12261 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12262 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12263 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12264 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12265 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12266 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12267 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12268 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12269 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12270 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12271 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12272 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12273 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12274 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12275 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12276 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12277 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12278 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12279 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12280 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12281 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12282 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12283 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12284 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12285 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12286 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12287 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12288 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12289 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12290 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12291 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12292 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12293 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12294 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12295 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12296 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12297 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12298 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12299 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12300 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12301 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12302 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12303 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12304 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12305 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12306 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12307 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12308 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12309 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12310 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12311 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12312 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12313 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12314 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12315 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12316 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12317 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12318 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12319 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12320 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12321 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12322 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12323 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12324 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12325 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12326 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12327 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12328 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12329 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12330 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12331 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12332 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12333 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12334 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12335 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12336 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12337 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12338 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12339 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12340 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12341 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12342 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12343 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12344 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12345 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12346 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12347 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12348 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12349 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12350 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12351 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12352 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12353 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12354 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12355 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12356 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12357 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12358 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12359 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12360 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12361 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12362 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12363 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12364 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12365 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12366 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12367 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12368 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12369 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12370 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12371 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12372 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12373 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12374 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12375 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12376 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12377 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12378 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12379 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12380 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12381 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12382 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12383 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12384 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12385 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12386 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12387 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12388 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12389 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12390 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12391 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12392 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12393 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12394 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12395 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12396 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12397 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12398 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12399 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12400 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12401 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12402 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12403 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12404 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12405 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12406 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12407 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12408 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12409 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12410 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12411 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12412 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12413 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12414 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12415 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12416 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12417 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12418 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12419 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12420 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12421 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12422 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12423 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12424 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12425 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12426 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12427 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12428 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12429 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12430 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12431 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12432 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12433 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12434 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12435 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12436 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12437 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12438 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12439 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12440 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12441 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12442 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12443 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12444 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12445 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12446 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12447 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12448 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12449 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12450 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12451 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12452 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12453 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12454 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12455 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12456 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12457 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12458 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12459 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12460 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12461 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12462 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12463 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12464 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12465 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12466 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12467 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12468 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12469 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12470 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12471 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12472 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12473 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12474 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12475 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12476 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12477 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12478 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12479 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12480 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12481 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12482 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12483 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12484 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12485 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12486 + } + ] + }, + "minecraft:stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12487 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12488 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12489 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12490, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12491 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12492 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12493 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12494 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12495 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12496 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12497 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12498 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12499 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12500 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12501 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12502 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12503 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12504 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12505 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12506 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12507 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12508 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12509 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12510 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12511 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12512 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12513 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12514 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12515 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12516 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12517 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12518 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12519 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12520 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12521 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12522 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12523 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12524 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12525 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12526 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12527 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12528 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12529 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12530 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12531 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12532 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12533 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12534 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12535 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12536 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12537 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12538 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12539 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12540 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12541 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12542 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12543 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12544 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12545 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12546 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12547 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12548 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12549 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12550 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12551 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12552 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12553 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12554 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12555 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12556 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12557 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12558 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12559 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12560 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12561 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12562 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12563 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12564 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12565 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12566 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12567 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12568 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12569 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12570 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12571 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12572 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12573 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12574 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12575 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12576 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12577 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12578 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12579 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12580 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12581 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12582 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12583 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12584 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12585 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12586 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12587 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12588 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12589 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12590 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12591 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12592 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12593 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12594 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12595 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12596 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12597 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12598 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12599 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12600 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12601 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12602 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12603 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12604 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12605 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12606 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12607 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12608 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12609 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12610 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12611 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12612 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12613 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12614 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12615 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12616 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12617 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12618 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12619 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12620 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12621 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12622 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12623 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12624 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12625 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12626 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12627 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12628 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12629 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12630 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12631 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12632 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12633 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12634 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12635 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12636 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12637 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12638 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12639 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12640 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12641 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12642 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12643 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12644 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12645 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12646 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12647 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12648 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12649 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12650 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12651 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12652 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12653 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12654 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12655 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12656 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12657 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12658 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12659 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12660 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12661 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12662 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12663 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12664 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12665 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12666 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12667 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12668 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12669 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12670 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12671 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12672 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12673 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12674 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12675 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12676 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12677 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12678 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12679 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12680 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12681 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12682 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12683 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12684 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12685 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12686 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12687 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12688 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12689 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12690 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12691 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12692 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12693 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12694 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12695 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12696 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12697 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12698 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12699 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12700 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12701 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12702 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12703 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12704 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12705 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12706 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12707 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12708 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12709 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12710 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12711 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12712 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12713 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12714 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12715 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12716 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12717 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12718 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12719 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12720 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12721 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12722 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12723 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12724 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12725 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12726 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12727 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12728 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12729 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12730 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12731 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12732 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12733 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12734 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12735 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12736 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12737 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12738 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12739 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12740 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12741 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12742 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12743 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12744 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12745 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12746 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12747 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12748 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12749 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12750 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12751 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12752 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12753 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12754 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12755 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12756 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12757 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12758 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12759 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12760 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12761 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12762 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12763 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12764 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12765 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12766 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12767 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12768 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12769 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12770 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12771 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12772 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12773 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12774 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12775 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12776 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12777 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12778 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12779 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12780 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12781 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12782 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12783 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12784 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12785 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12786 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12787 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12788 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12789 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12790 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12791 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12792 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12793 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12794 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12795 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12796 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12797 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12798 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12799 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12800 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12801 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12802 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12803 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12804 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12805 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12806 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12807 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12808 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12809 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12810 + } + ] + }, + "minecraft:nether_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12812 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12813 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12814, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12815 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12816 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12817 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12818 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12819 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12820 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12821 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12822 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12823 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12824 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12825 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12826 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12827 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12828 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12829 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12830 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12831 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12832 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12833 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12834 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12835 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12836 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12837 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12838 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12839 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12840 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12841 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12842 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12843 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12844 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12845 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12848 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12849 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12850 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12851 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12852 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12853 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12854 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12855 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12856 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12857 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12858 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12859 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12860 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12861 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12862 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12863 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12864 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12865 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12866 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12867 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12868 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12869 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12870 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12871 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12872 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12873 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12874 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12875 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12876 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12877 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12878 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12879 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12880 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12881 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12884 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12885 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12886 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12887 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12888 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12889 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12890 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12891 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12892 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12893 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12894 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12895 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12896 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12897 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12898 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12899 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12900 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12901 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12902 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12903 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12904 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12905 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12906 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12907 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12908 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12909 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12910 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12911 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12912 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12913 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12914 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12915 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12916 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12917 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12920 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12921 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12922 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12923 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12924 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12925 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12926 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12927 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12928 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12929 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12930 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12931 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12932 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12933 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12934 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12935 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12936 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12937 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12938 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12939 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12940 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12941 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12942 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12943 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12944 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12945 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12946 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12947 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12948 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12949 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12950 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12951 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12952 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12953 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12956 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12957 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12958 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12959 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12960 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12961 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12962 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12963 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12964 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12965 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12966 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12967 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12968 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12969 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12970 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12971 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12972 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12973 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12974 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12975 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12976 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12977 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12978 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12979 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12980 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12981 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12982 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12983 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12984 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12985 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12986 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12987 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12988 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12989 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12992 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12993 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12994 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12995 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12996 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12997 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12998 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12999 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13000 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13001 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13002 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13003 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13004 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13005 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13006 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13007 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13008 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13009 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13010 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13011 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13012 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13013 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13014 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13015 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13016 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13017 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13018 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13019 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13020 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13021 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13022 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13023 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13024 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13025 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13028 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13029 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13030 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13031 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13032 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13033 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13034 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13035 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13036 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13037 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13038 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13039 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13040 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13041 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13042 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13043 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13044 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13045 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13046 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13047 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13048 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13049 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13050 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13051 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13052 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13053 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13054 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13055 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13056 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13057 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13058 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13059 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13060 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13061 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13064 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13065 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13066 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13067 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13068 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13069 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13070 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13071 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13072 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13073 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13074 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13075 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13076 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13077 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13078 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13079 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13080 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13081 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13082 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13083 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13084 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13085 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13086 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13087 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13088 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13089 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13090 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13091 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13092 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13093 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13094 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13095 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13096 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13097 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13100 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13101 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13102 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13103 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13104 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13105 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13106 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13107 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13108 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13109 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13110 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13111 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13112 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13113 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13114 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13115 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13116 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13117 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13118 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13119 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13120 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13121 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13122 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13123 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13124 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13125 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13126 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13127 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13128 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13129 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13130 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13131 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13132 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13133 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13134 + } + ] + }, + "minecraft:andesite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13135 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13136 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13137 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13138, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13139 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13140 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13141 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13142 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13143 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13144 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13145 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13146 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13147 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13148 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13149 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13150 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13151 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13152 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13153 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13154 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13155 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13156 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13157 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13158 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13159 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13160 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13161 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13162 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13163 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13164 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13165 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13166 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13167 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13168 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13169 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13170 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13171 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13172 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13173 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13174 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13175 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13176 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13177 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13178 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13179 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13180 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13181 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13182 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13183 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13184 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13185 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13186 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13187 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13188 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13189 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13190 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13191 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13192 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13193 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13194 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13195 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13196 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13197 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13198 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13199 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13200 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13201 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13202 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13203 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13204 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13205 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13206 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13207 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13208 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13209 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13210 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13211 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13212 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13213 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13214 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13215 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13216 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13217 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13218 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13219 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13220 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13221 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13222 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13223 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13224 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13225 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13226 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13227 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13228 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13229 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13230 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13231 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13232 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13233 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13234 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13235 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13236 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13237 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13238 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13239 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13240 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13241 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13242 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13243 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13244 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13245 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13246 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13247 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13248 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13249 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13250 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13251 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13252 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13253 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13254 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13255 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13256 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13257 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13258 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13259 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13260 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13261 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13262 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13263 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13264 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13265 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13266 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13267 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13268 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13269 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13270 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13271 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13272 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13273 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13274 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13275 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13276 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13277 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13278 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13279 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13280 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13281 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13282 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13283 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13284 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13285 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13286 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13287 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13288 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13289 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13290 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13291 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13292 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13293 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13294 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13295 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13296 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13297 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13298 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13299 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13300 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13301 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13302 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13303 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13304 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13305 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13306 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13307 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13308 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13309 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13310 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13311 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13312 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13313 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13314 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13315 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13316 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13317 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13318 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13319 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13320 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13321 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13322 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13323 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13324 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13325 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13326 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13327 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13328 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13329 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13330 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13331 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13332 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13333 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13334 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13335 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13336 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13337 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13338 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13339 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13340 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13341 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13342 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13343 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13344 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13345 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13346 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13347 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13348 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13349 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13350 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13351 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13352 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13353 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13354 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13355 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13356 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13357 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13358 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13359 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13360 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13361 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13362 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13363 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13364 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13365 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13366 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13367 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13368 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13369 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13370 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13371 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13372 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13373 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13374 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13375 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13376 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13377 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13378 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13379 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13380 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13381 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13382 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13383 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13384 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13385 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13386 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13387 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13388 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13389 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13390 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13391 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13392 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13393 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13394 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13395 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13396 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13397 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13398 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13399 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13400 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13401 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13402 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13403 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13404 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13405 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13406 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13407 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13408 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13409 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13410 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13411 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13412 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13413 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13414 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13415 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13416 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13417 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13418 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13419 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13420 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13421 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13422 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13423 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13424 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13425 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13426 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13427 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13428 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13429 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13430 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13431 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13432 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13433 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13434 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13435 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13436 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13437 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13438 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13439 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13440 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13441 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13442 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13443 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13444 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13445 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13446 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13447 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13448 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13449 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13450 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13451 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13452 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13453 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13454 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13455 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13456 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13457 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13458 + } + ] + }, + "minecraft:red_nether_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13459 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13460 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13461 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13462, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13463 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13464 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13465 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13466 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13467 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13468 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13469 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13470 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13471 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13472 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13473 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13474 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13475 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13476 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13477 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13478 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13479 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13480 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13481 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13482 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13483 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13484 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13485 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13486 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13487 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13488 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13489 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13490 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13491 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13492 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13493 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13494 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13495 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13496 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13497 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13498 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13499 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13500 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13501 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13502 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13503 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13504 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13505 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13506 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13507 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13508 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13509 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13510 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13511 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13512 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13513 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13514 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13515 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13516 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13517 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13518 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13519 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13520 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13521 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13522 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13523 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13524 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13525 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13526 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13527 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13528 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13529 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13530 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13531 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13532 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13533 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13534 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13535 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13536 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13537 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13538 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13539 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13540 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13541 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13542 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13543 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13544 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13545 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13546 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13547 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13548 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13549 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13550 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13551 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13552 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13553 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13554 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13555 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13556 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13557 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13558 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13559 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13560 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13561 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13562 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13563 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13564 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13565 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13566 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13567 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13568 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13569 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13570 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13571 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13572 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13573 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13574 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13575 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13576 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13577 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13578 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13579 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13580 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13581 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13582 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13583 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13584 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13585 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13586 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13587 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13588 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13589 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13590 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13591 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13592 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13593 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13594 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13595 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13596 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13597 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13598 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13599 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13600 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13601 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13602 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13603 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13604 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13605 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13606 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13607 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13608 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13609 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13610 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13611 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13612 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13613 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13614 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13615 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13616 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13617 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13618 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13619 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13620 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13621 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13622 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13623 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13624 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13625 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13626 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13627 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13628 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13629 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13630 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13631 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13632 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13633 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13634 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13635 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13636 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13637 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13638 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13639 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13640 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13641 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13642 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13643 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13644 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13645 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13646 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13647 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13648 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13649 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13650 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13651 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13652 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13653 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13654 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13655 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13656 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13657 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13658 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13659 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13660 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13661 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13662 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13663 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13664 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13665 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13666 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13667 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13668 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13669 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13670 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13671 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13672 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13673 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13674 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13675 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13676 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13677 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13678 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13679 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13680 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13681 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13682 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13683 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13684 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13685 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13686 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13687 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13688 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13689 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13690 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13691 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13692 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13693 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13694 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13695 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13696 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13697 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13698 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13699 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13700 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13701 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13702 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13703 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13704 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13705 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13706 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13707 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13708 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13709 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13710 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13711 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13712 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13713 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13714 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13715 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13716 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13717 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13718 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13719 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13720 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13721 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13722 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13723 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13724 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13725 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13726 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13727 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13728 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13729 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13730 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13731 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13732 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13733 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13734 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13735 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13736 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13737 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13738 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13739 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13740 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13741 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13742 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13743 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13744 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13745 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13746 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13747 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13748 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13749 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13750 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13751 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13752 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13753 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13754 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13755 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13756 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13757 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13758 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13759 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13760 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13761 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13762 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13763 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13764 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13765 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13766 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13767 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13768 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13769 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13770 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13771 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13772 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13773 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13774 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13775 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13776 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13777 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13778 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13779 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13780 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13781 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13782 + } + ] + }, + "minecraft:sandstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13783 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13784 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13785 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13786, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13787 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13788 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13789 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13790 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13791 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13792 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13793 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13794 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13795 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13796 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13797 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13798 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13799 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13800 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13801 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13802 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13803 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13804 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13805 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13806 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13807 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13808 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13809 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13810 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13812 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13813 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13814 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13815 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13816 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13817 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13818 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13819 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13820 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13821 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13822 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13823 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13824 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13825 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13826 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13827 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13828 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13829 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13830 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13831 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13832 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13833 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13834 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13835 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13836 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13837 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13838 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13839 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13840 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13841 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13842 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13843 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13844 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13845 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13848 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13849 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13850 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13851 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13852 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13853 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13854 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13855 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13856 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13857 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13858 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13859 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13860 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13861 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13862 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13863 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13864 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13865 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13866 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13867 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13868 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13869 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13870 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13871 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13872 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13873 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13874 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13875 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13876 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13877 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13878 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13879 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13880 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13881 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13884 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13885 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13886 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13887 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13888 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13889 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13890 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13891 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13892 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13893 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13894 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13895 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13896 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13897 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13898 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13899 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13900 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13901 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13902 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13903 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13904 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13905 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13906 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13907 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13908 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13909 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13910 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13911 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13912 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13913 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13914 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13915 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13916 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13917 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13920 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13921 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13922 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13923 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13924 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13925 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13926 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13927 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13928 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13929 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13930 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13931 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13932 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13933 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13934 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13935 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13936 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13937 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13938 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13939 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13940 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13941 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13942 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13943 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13944 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13945 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13946 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13947 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13948 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13949 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13950 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13951 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13952 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13953 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13956 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13957 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13958 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13959 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13960 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13961 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13962 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13963 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13964 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13965 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13966 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13967 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13968 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13969 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13970 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13971 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13972 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13973 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13974 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13975 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13976 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13977 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13978 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13979 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13980 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13981 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13982 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13983 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13984 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13985 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13986 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13987 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13988 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13989 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13992 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13993 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13994 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13995 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13996 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13997 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13998 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13999 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14000 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14001 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14002 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14003 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14004 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14005 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14006 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14007 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14008 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14009 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14010 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14011 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14012 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14013 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14014 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14015 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14016 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14017 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14018 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14019 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14020 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14021 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14022 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14023 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14024 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14025 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14028 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14029 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14030 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14031 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14032 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14033 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14034 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14035 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14036 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14037 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14038 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14039 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14040 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14041 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14042 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14043 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14044 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14045 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14046 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14047 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14048 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14049 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14050 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14051 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14052 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14053 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14054 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14055 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14056 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14057 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14058 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14059 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14060 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14061 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14064 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14065 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14066 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14067 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14068 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14069 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14070 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14071 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14072 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14073 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14074 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14075 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14076 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14077 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14078 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14079 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14080 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14081 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14082 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14083 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14084 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14085 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14086 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14087 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14088 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14089 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14090 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14091 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14092 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14093 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14094 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14095 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14096 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14097 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14100 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14101 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14102 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14103 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14104 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14105 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14106 + } + ] + }, + "minecraft:end_stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14107 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14108 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14109 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14110, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14111 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14112 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14113 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14114 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14115 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14116 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14117 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14118 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14119 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14120 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14121 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14122 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14123 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14124 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14125 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14126 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14127 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14128 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14129 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14130 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14131 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14132 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14133 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14134 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14135 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14136 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14137 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14138 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14139 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14140 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14141 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14142 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14143 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14144 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14145 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14146 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14147 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14148 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14149 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14150 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14151 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14152 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14153 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14154 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14155 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14156 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14157 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14158 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14159 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14160 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14161 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14162 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14163 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14164 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14165 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14166 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14167 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14168 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14169 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14170 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14171 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14172 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14173 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14174 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14175 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14176 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14177 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14178 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14179 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14180 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14181 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14182 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14183 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14184 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14185 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14186 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14187 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14188 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14189 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14190 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14191 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14192 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14193 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14194 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14195 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14196 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14197 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14198 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14199 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14200 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14201 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14202 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14203 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14204 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14205 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14206 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14207 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14208 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14209 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14210 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14211 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14212 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14213 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14214 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14215 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14216 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14217 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14218 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14219 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14220 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14221 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14222 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14223 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14224 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14225 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14226 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14227 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14228 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14229 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14230 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14231 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14232 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14233 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14234 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14235 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14236 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14237 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14238 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14239 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14240 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14241 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14242 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14243 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14244 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14245 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14246 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14247 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14248 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14249 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14250 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14251 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14252 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14253 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14254 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14255 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14256 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14257 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14258 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14259 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14260 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14261 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14262 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14263 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14264 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14265 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14266 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14267 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14268 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14269 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14270 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14271 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14272 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14273 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14274 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14275 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14276 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14277 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14278 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14279 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14280 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14281 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14282 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14283 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14284 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14285 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14286 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14287 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14288 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14289 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14290 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14291 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14292 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14293 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14294 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14295 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14296 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14297 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14298 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14299 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14300 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14301 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14302 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14303 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14304 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14305 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14306 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14307 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14308 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14309 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14310 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14311 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14312 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14313 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14314 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14315 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14316 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14317 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14318 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14319 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14320 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14321 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14322 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14323 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14324 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14325 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14326 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14327 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14328 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14329 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14330 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14331 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14332 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14333 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14334 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14335 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14336 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14337 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14338 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14339 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14340 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14341 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14342 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14343 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14344 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14345 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14346 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14347 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14348 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14349 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14350 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14351 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14352 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14353 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14354 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14355 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14356 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14357 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14358 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14359 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14360 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14361 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14362 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14363 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14364 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14365 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14366 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14367 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14368 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14369 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14370 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14371 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14372 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14373 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14374 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14375 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14376 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14377 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14378 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14379 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14380 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14381 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14382 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14383 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14384 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14385 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14386 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14387 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14388 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14389 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14390 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14391 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14392 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14393 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14394 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14395 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14396 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14397 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14398 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14399 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14400 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14401 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14402 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14403 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14404 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14405 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14406 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14407 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14408 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14409 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14410 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14411 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14412 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14413 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14414 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14415 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14416 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14417 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14418 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14419 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14420 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14421 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14422 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14423 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14424 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14425 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14426 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14427 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14428 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14429 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14430 + } + ] + }, + "minecraft:diorite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14431 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14432 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14433 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14434, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14435 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14436 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14437 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14438 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14439 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14440 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14441 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14442 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14443 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14444 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14445 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14446 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14447 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14448 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14449 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14450 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14451 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14452 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14453 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14454 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14455 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14456 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14457 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14458 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14459 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14460 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14461 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14462 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14463 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14464 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14465 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14466 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14467 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14468 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14469 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14470 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14471 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14472 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14473 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14474 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14475 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14476 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14477 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14478 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14479 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14480 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14481 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14482 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14483 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14484 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14485 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14486 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14487 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14488 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14489 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14490 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14491 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14492 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14493 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14494 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14495 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14496 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14497 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14498 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14499 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14500 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14501 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14502 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14503 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14504 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14505 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14506 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14507 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14508 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14509 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14510 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14511 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14512 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14513 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14514 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14515 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14516 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14517 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14518 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14519 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14520 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14521 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14522 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14523 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14524 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14525 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14526 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14527 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14528 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14529 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14530 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14531 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14532 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14533 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14534 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14535 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14536 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14537 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14538 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14539 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14540 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14541 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14542 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14543 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14544 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14545 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14546 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14547 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14548 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14549 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14550 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14551 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14552 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14553 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14554 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14555 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14556 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14557 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14558 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14559 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14560 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14561 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14562 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14563 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14564 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14565 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14566 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14567 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14568 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14569 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14570 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14571 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14572 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14573 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14574 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14575 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14576 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14577 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14578 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14579 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14580 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14581 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14582 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14583 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14584 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14585 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14586 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14587 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14588 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14589 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14590 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14591 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14592 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14593 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14594 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14595 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14596 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14597 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14598 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14599 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14600 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14601 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14602 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14603 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14604 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14605 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14606 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14607 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14608 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14609 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14610 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14611 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14612 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14613 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14614 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14615 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14616 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14617 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14618 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14619 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14620 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14621 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14622 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14623 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14624 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14625 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14626 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14627 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14628 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14629 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14630 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14631 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14632 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14633 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14634 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14635 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14636 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14637 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14638 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14639 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14640 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14641 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14642 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14643 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14644 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14645 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14646 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14647 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14648 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14649 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14650 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14651 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14652 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14653 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14654 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14655 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14656 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14657 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14658 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14659 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14660 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14661 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14662 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14663 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14664 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14665 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14666 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14667 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14668 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14669 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14670 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14671 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14672 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14673 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14674 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14675 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14676 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14677 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14678 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14679 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14680 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14681 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14682 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14683 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14684 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14685 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14686 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14687 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14688 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14689 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14690 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14691 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14692 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14693 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14694 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14695 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14696 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14697 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14698 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14699 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14700 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14701 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14702 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14703 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14704 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14705 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14706 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14707 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14708 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14709 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14710 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14711 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14712 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14713 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14714 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14715 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14716 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14717 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14718 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14719 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14720 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14721 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14722 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14723 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14724 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14725 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14726 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14727 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14728 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14729 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14730 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14731 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14732 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14733 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14734 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14735 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14736 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14737 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14738 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14739 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14740 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14741 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14742 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14743 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14744 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14745 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14746 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14747 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14748 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14749 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14750 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14751 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14752 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14753 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14754 + } + ] + }, + "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": 14755 + }, + { + "properties": { + "bottom": "true", + "distance": "0", + "waterlogged": "false" + }, + "id": 14756 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "true" + }, + "id": 14757 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "false" + }, + "id": 14758 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "true" + }, + "id": 14759 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "false" + }, + "id": 14760 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "true" + }, + "id": 14761 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "false" + }, + "id": 14762 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "true" + }, + "id": 14763 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "false" + }, + "id": 14764 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "true" + }, + "id": 14765 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "false" + }, + "id": 14766 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "true" + }, + "id": 14767 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "false" + }, + "id": 14768 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "true" + }, + "id": 14769 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "false" + }, + "id": 14770 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "true" + }, + "id": 14771 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "false" + }, + "id": 14772 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "true" + }, + "id": 14773 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "false" + }, + "id": 14774 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "true" + }, + "id": 14775 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "false" + }, + "id": 14776 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "true" + }, + "id": 14777 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "false" + }, + "id": 14778 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "true" + }, + "id": 14779 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "false" + }, + "id": 14780 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "true" + }, + "id": 14781 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "false" + }, + "id": 14782 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "true" + }, + "id": 14783 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "false" + }, + "id": 14784 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "true" + }, + "id": 14785 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "false" + }, + "id": 14786, + "default": true + } + ] + }, + "minecraft:loom": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 14787, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 14788 + }, + { + "properties": { + "facing": "west" + }, + "id": 14789 + }, + { + "properties": { + "facing": "east" + }, + "id": 14790 + } + ] + }, + "minecraft:barrel": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "open": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "open": "true" + }, + "id": 14791 + }, + { + "properties": { + "facing": "north", + "open": "false" + }, + "id": 14792, + "default": true + }, + { + "properties": { + "facing": "east", + "open": "true" + }, + "id": 14793 + }, + { + "properties": { + "facing": "east", + "open": "false" + }, + "id": 14794 + }, + { + "properties": { + "facing": "south", + "open": "true" + }, + "id": 14795 + }, + { + "properties": { + "facing": "south", + "open": "false" + }, + "id": 14796 + }, + { + "properties": { + "facing": "west", + "open": "true" + }, + "id": 14797 + }, + { + "properties": { + "facing": "west", + "open": "false" + }, + "id": 14798 + }, + { + "properties": { + "facing": "up", + "open": "true" + }, + "id": 14799 + }, + { + "properties": { + "facing": "up", + "open": "false" + }, + "id": 14800 + }, + { + "properties": { + "facing": "down", + "open": "true" + }, + "id": 14801 + }, + { + "properties": { + "facing": "down", + "open": "false" + }, + "id": 14802 + } + ] + }, + "minecraft:smoker": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 14803 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 14804, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 14805 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 14806 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 14807 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 14808 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 14809 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 14810 + } + ] + }, + "minecraft:blast_furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 14811 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 14812, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 14813 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 14814 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 14815 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 14816 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 14817 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 14818 + } + ] + }, + "minecraft:cartography_table": { + "states": [ + { + "id": 14819, + "default": true + } + ] + }, + "minecraft:fletching_table": { + "states": [ + { + "id": 14820, + "default": true + } + ] + }, + "minecraft:grindstone": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north" + }, + "id": 14821 + }, + { + "properties": { + "face": "floor", + "facing": "south" + }, + "id": 14822 + }, + { + "properties": { + "face": "floor", + "facing": "west" + }, + "id": 14823 + }, + { + "properties": { + "face": "floor", + "facing": "east" + }, + "id": 14824 + }, + { + "properties": { + "face": "wall", + "facing": "north" + }, + "id": 14825, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south" + }, + "id": 14826 + }, + { + "properties": { + "face": "wall", + "facing": "west" + }, + "id": 14827 + }, + { + "properties": { + "face": "wall", + "facing": "east" + }, + "id": 14828 + }, + { + "properties": { + "face": "ceiling", + "facing": "north" + }, + "id": 14829 + }, + { + "properties": { + "face": "ceiling", + "facing": "south" + }, + "id": 14830 + }, + { + "properties": { + "face": "ceiling", + "facing": "west" + }, + "id": 14831 + }, + { + "properties": { + "face": "ceiling", + "facing": "east" + }, + "id": 14832 + } + ] + }, + "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": 14833 + }, + { + "properties": { + "facing": "north", + "has_book": "true", + "powered": "false" + }, + "id": 14834 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "true" + }, + "id": 14835 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "false" + }, + "id": 14836, + "default": true + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "true" + }, + "id": 14837 + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "false" + }, + "id": 14838 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "true" + }, + "id": 14839 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "false" + }, + "id": 14840 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "true" + }, + "id": 14841 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "false" + }, + "id": 14842 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "true" + }, + "id": 14843 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "false" + }, + "id": 14844 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "true" + }, + "id": 14845 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "false" + }, + "id": 14846 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "true" + }, + "id": 14847 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "false" + }, + "id": 14848 + } + ] + }, + "minecraft:smithing_table": { + "states": [ + { + "id": 14849, + "default": true + } + ] + }, + "minecraft:stonecutter": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 14850, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 14851 + }, + { + "properties": { + "facing": "west" + }, + "id": 14852 + }, + { + "properties": { + "facing": "east" + }, + "id": 14853 + } + ] + }, + "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": 14854 + }, + { + "properties": { + "attachment": "floor", + "facing": "north", + "powered": "false" + }, + "id": 14855, + "default": true + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "true" + }, + "id": 14856 + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "false" + }, + "id": 14857 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "true" + }, + "id": 14858 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "false" + }, + "id": 14859 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "true" + }, + "id": 14860 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "false" + }, + "id": 14861 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 14862 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 14863 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 14864 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 14865 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 14866 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 14867 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 14868 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 14869 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "true" + }, + "id": 14870 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "false" + }, + "id": 14871 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "true" + }, + "id": 14872 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "false" + }, + "id": 14873 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "true" + }, + "id": 14874 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "false" + }, + "id": 14875 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "true" + }, + "id": 14876 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "false" + }, + "id": 14877 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "true" + }, + "id": 14878 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "false" + }, + "id": 14879 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "true" + }, + "id": 14880 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "false" + }, + "id": 14881 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "true" + }, + "id": 14882 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "false" + }, + "id": 14883 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "true" + }, + "id": 14884 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "false" + }, + "id": 14885 + } + ] + }, + "minecraft:lantern": { + "properties": { + "hanging": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "hanging": "true" + }, + "id": 14886 + }, + { + "properties": { + "hanging": "false" + }, + "id": 14887, + "default": true + } + ] + }, + "minecraft:soul_lantern": { + "properties": { + "hanging": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "hanging": "true" + }, + "id": 14888 + }, + { + "properties": { + "hanging": "false" + }, + "id": 14889, + "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": 14890 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14891 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14892 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14893, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14894 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14895 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14896 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14897 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14898 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14899 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14900 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14901 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14902 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14903 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14904 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14905 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14906 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14907 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14908 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14909 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14910 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14911 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14912 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14913 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14914 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14915 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14916 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14917 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14918 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14919 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14920 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14921 + } + ] + }, + "minecraft:soul_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": 14922 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14923 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14924 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14925, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14926 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14927 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14928 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14929 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14930 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14931 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14932 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14933 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14934 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14935 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14936 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14937 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14938 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14939 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14940 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14941 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14942 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14943 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14944 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14945 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14946 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14947 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14948 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14949 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14950 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14951 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14952 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14953 + } + ] + }, + "minecraft:sweet_berry_bush": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 14954, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 14955 + }, + { + "properties": { + "age": "2" + }, + "id": 14956 + }, + { + "properties": { + "age": "3" + }, + "id": 14957 + } + ] + }, + "minecraft:warped_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14958 + }, + { + "properties": { + "axis": "y" + }, + "id": 14959, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14960 + } + ] + }, + "minecraft:stripped_warped_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14961 + }, + { + "properties": { + "axis": "y" + }, + "id": 14962, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14963 + } + ] + }, + "minecraft:warped_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14964 + }, + { + "properties": { + "axis": "y" + }, + "id": 14965, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14966 + } + ] + }, + "minecraft:stripped_warped_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14967 + }, + { + "properties": { + "axis": "y" + }, + "id": 14968, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14969 + } + ] + }, + "minecraft:warped_nylium": { + "states": [ + { + "id": 14970, + "default": true + } + ] + }, + "minecraft:warped_fungus": { + "states": [ + { + "id": 14971, + "default": true + } + ] + }, + "minecraft:warped_wart_block": { + "states": [ + { + "id": 14972, + "default": true + } + ] + }, + "minecraft:warped_roots": { + "states": [ + { + "id": 14973, + "default": true + } + ] + }, + "minecraft:nether_sprouts": { + "states": [ + { + "id": 14974, + "default": true + } + ] + }, + "minecraft:crimson_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14975 + }, + { + "properties": { + "axis": "y" + }, + "id": 14976, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14977 + } + ] + }, + "minecraft:stripped_crimson_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14978 + }, + { + "properties": { + "axis": "y" + }, + "id": 14979, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14980 + } + ] + }, + "minecraft:crimson_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14981 + }, + { + "properties": { + "axis": "y" + }, + "id": 14982, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14983 + } + ] + }, + "minecraft:stripped_crimson_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14984 + }, + { + "properties": { + "axis": "y" + }, + "id": 14985, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14986 + } + ] + }, + "minecraft:crimson_nylium": { + "states": [ + { + "id": 14987, + "default": true + } + ] + }, + "minecraft:crimson_fungus": { + "states": [ + { + "id": 14988, + "default": true + } + ] + }, + "minecraft:shroomlight": { + "states": [ + { + "id": 14989, + "default": true + } + ] + }, + "minecraft:weeping_vines": { + "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": 14990, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 14991 + }, + { + "properties": { + "age": "2" + }, + "id": 14992 + }, + { + "properties": { + "age": "3" + }, + "id": 14993 + }, + { + "properties": { + "age": "4" + }, + "id": 14994 + }, + { + "properties": { + "age": "5" + }, + "id": 14995 + }, + { + "properties": { + "age": "6" + }, + "id": 14996 + }, + { + "properties": { + "age": "7" + }, + "id": 14997 + }, + { + "properties": { + "age": "8" + }, + "id": 14998 + }, + { + "properties": { + "age": "9" + }, + "id": 14999 + }, + { + "properties": { + "age": "10" + }, + "id": 15000 + }, + { + "properties": { + "age": "11" + }, + "id": 15001 + }, + { + "properties": { + "age": "12" + }, + "id": 15002 + }, + { + "properties": { + "age": "13" + }, + "id": 15003 + }, + { + "properties": { + "age": "14" + }, + "id": 15004 + }, + { + "properties": { + "age": "15" + }, + "id": 15005 + }, + { + "properties": { + "age": "16" + }, + "id": 15006 + }, + { + "properties": { + "age": "17" + }, + "id": 15007 + }, + { + "properties": { + "age": "18" + }, + "id": 15008 + }, + { + "properties": { + "age": "19" + }, + "id": 15009 + }, + { + "properties": { + "age": "20" + }, + "id": 15010 + }, + { + "properties": { + "age": "21" + }, + "id": 15011 + }, + { + "properties": { + "age": "22" + }, + "id": 15012 + }, + { + "properties": { + "age": "23" + }, + "id": 15013 + }, + { + "properties": { + "age": "24" + }, + "id": 15014 + }, + { + "properties": { + "age": "25" + }, + "id": 15015 + } + ] + }, + "minecraft:weeping_vines_plant": { + "states": [ + { + "id": 15016, + "default": true + } + ] + }, + "minecraft:twisting_vines": { + "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": 15017, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 15018 + }, + { + "properties": { + "age": "2" + }, + "id": 15019 + }, + { + "properties": { + "age": "3" + }, + "id": 15020 + }, + { + "properties": { + "age": "4" + }, + "id": 15021 + }, + { + "properties": { + "age": "5" + }, + "id": 15022 + }, + { + "properties": { + "age": "6" + }, + "id": 15023 + }, + { + "properties": { + "age": "7" + }, + "id": 15024 + }, + { + "properties": { + "age": "8" + }, + "id": 15025 + }, + { + "properties": { + "age": "9" + }, + "id": 15026 + }, + { + "properties": { + "age": "10" + }, + "id": 15027 + }, + { + "properties": { + "age": "11" + }, + "id": 15028 + }, + { + "properties": { + "age": "12" + }, + "id": 15029 + }, + { + "properties": { + "age": "13" + }, + "id": 15030 + }, + { + "properties": { + "age": "14" + }, + "id": 15031 + }, + { + "properties": { + "age": "15" + }, + "id": 15032 + }, + { + "properties": { + "age": "16" + }, + "id": 15033 + }, + { + "properties": { + "age": "17" + }, + "id": 15034 + }, + { + "properties": { + "age": "18" + }, + "id": 15035 + }, + { + "properties": { + "age": "19" + }, + "id": 15036 + }, + { + "properties": { + "age": "20" + }, + "id": 15037 + }, + { + "properties": { + "age": "21" + }, + "id": 15038 + }, + { + "properties": { + "age": "22" + }, + "id": 15039 + }, + { + "properties": { + "age": "23" + }, + "id": 15040 + }, + { + "properties": { + "age": "24" + }, + "id": 15041 + }, + { + "properties": { + "age": "25" + }, + "id": 15042 + } + ] + }, + "minecraft:twisting_vines_plant": { + "states": [ + { + "id": 15043, + "default": true + } + ] + }, + "minecraft:crimson_roots": { + "states": [ + { + "id": 15044, + "default": true + } + ] + }, + "minecraft:crimson_planks": { + "states": [ + { + "id": 15045, + "default": true + } + ] + }, + "minecraft:warped_planks": { + "states": [ + { + "id": 15046, + "default": true + } + ] + }, + "minecraft:crimson_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 15047 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 15048 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 15049 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 15050, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 15051 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 15052 + } + ] + }, + "minecraft:warped_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 15053 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 15054 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 15055 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 15056, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 15057 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 15058 + } + ] + }, + "minecraft:crimson_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 15059 + }, + { + "properties": { + "powered": "false" + }, + "id": 15060, + "default": true + } + ] + }, + "minecraft:warped_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 15061 + }, + { + "properties": { + "powered": "false" + }, + "id": 15062, + "default": true + } + ] + }, + "minecraft:crimson_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": 15063 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15064 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15065 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15066 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15067 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15068 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15069 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15070 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15071 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15072 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15073 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15074 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15075 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15076 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15077 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15078 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15079 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15080 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15081 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15082 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15083 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15084 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15085 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15086 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15087 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15088 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15089 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15090 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15091 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15092 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15093 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15094, + "default": true + } + ] + }, + "minecraft:warped_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": 15095 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15096 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15097 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15098 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15099 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15100 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15101 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15102 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15103 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15104 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15105 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15106 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15107 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15108 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15109 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15110 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15111 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15112 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15113 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15114 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15115 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15116 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15117 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15118 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15119 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15120 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15121 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15122 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15123 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15124 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15125 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15126, + "default": true + } + ] + }, + "minecraft:crimson_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": 15127 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15128 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15129 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15130 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15131 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15132 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15133 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15134 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15135 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15136 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15137 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15138 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15139 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15140 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15141 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15142, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15143 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15144 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15145 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15146 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15147 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15148 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15149 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15150 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15151 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15152 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15153 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15154 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15155 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15156 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15157 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15158 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15159 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15160 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15161 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15162 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15163 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15164 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15165 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15166 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15167 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15168 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15169 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15170 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15171 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15172 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15173 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15174 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15175 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15176 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15177 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15178 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15179 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15180 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15181 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15182 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15183 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15184 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15185 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15186 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15187 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15188 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15189 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15190 + } + ] + }, + "minecraft:warped_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": 15191 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15192 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15193 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15194 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15195 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15196 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15197 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15198 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15199 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15200 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15201 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15202 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15203 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15204 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15205 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15206, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15207 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15208 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15209 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15210 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15211 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15212 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15213 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15214 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15215 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15216 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15217 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15218 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15219 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15220 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15221 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15222 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15223 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15224 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15225 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15226 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15227 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15228 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15229 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15230 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15231 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15232 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15233 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15234 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15235 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15236 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15237 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15238 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15239 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15240 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15241 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15242 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15243 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15244 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15245 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15246 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15247 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15248 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15249 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15250 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15251 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15252 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15253 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15254 + } + ] + }, + "minecraft:crimson_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": 15255 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15256 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15257 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15258 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15259 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15260 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15261 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15262, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15263 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15264 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15265 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15266 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15267 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15268 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15269 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15270 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15271 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15272 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15273 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15274 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15275 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15276 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15277 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15278 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15279 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15280 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15281 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15282 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15283 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15284 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15285 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15286 + } + ] + }, + "minecraft:warped_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": 15287 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15288 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15289 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15290 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15291 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15292 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15293 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15294, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15295 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15296 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15297 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15298 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15299 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15300 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15301 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15302 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15303 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15304 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15305 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15306 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15307 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15308 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15309 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15310 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15311 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15312 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15313 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15314 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15315 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15316 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15317 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15318 + } + ] + }, + "minecraft:crimson_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": 15319 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15320 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15321 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15322 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15323 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15324 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15325 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15326 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15327 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15328 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15329 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15330, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15331 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15332 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15333 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15334 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15335 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15336 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15337 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15338 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15339 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15340 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15341 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15342 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15343 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15344 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15345 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15346 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15347 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15348 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15349 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15350 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15351 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15352 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15353 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15354 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15355 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15356 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15357 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15358 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15359 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15360 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15361 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15362 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15363 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15364 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15365 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15366 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15367 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15368 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15369 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15370 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15371 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15372 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15373 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15374 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15375 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15376 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15377 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15378 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15379 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15380 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15381 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15382 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15383 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15384 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15385 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15386 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15387 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15388 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15389 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15390 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15391 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15392 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15393 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15394 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15395 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15396 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15397 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15398 + } + ] + }, + "minecraft:warped_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": 15399 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15400 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15401 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15402 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15403 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15404 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15405 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15406 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15407 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15408 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15409 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15410, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15411 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15412 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15413 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15414 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15415 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15416 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15417 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15418 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15419 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15420 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15421 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15422 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15423 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15424 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15425 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15426 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15427 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15428 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15429 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15430 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15431 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15432 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15433 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15434 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15435 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15436 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15437 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15438 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15439 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15440 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15441 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15442 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15443 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15444 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15445 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15446 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15447 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15448 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15449 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15450 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15451 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15452 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15453 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15454 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15455 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15456 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15457 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15458 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15459 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15460 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15461 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15462 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15463 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15464 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15465 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15466 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15467 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15468 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15469 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15470 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15471 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15472 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15473 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15474 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15475 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15476 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15477 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15478 + } + ] + }, + "minecraft:crimson_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 15479 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 15480 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 15481 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 15482 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 15483 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 15484 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 15485 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 15486 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 15487 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 15488, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 15489 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 15490 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 15491 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 15492 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 15493 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 15494 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 15495 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 15496 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 15497 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 15498 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 15499 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 15500 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 15501 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 15502 + } + ] + }, + "minecraft:warped_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 15503 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 15504 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 15505 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 15506 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 15507 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 15508 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 15509 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 15510 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 15511 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 15512, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 15513 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 15514 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 15515 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 15516 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 15517 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 15518 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 15519 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 15520 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 15521 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 15522 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 15523 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 15524 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 15525 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 15526 + } + ] + }, + "minecraft:crimson_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": 15527 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15528 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15529 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15530 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15531 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15532 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15533 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15534 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15535 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15536 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15537 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15538, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15539 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15540 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15541 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15542 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15543 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15544 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15545 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15546 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15547 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15548 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15549 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15550 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15551 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15552 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15553 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15554 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15555 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15556 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15557 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15558 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15559 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15560 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15561 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15562 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15563 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15564 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15565 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15566 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15567 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15568 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15569 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15570 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15571 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15572 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15573 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15574 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15575 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15576 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15577 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15578 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15579 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15580 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15581 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15582 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15583 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15584 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15585 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15586 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15587 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15588 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15589 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15590 + } + ] + }, + "minecraft:warped_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": 15591 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15592 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15593 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15594 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15595 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15596 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15597 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15598 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15599 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15600 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15601 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15602, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15603 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15604 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15605 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15606 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15607 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15608 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15609 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15610 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15611 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15612 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15613 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15614 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15615 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15616 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15617 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15618 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15619 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15620 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15621 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15622 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15623 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15624 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15625 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15626 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15627 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15628 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15629 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15630 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15631 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15632 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15633 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15634 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15635 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15636 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15637 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15638 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15639 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15640 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15641 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15642 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15643 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15644 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15645 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15646 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15647 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15648 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15649 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15650 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15651 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15652 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15653 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15654 + } + ] + }, + "minecraft:crimson_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": 15655 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 15656, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 15657 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 15658 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 15659 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 15660 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 15661 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 15662 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 15663 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 15664 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 15665 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 15666 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 15667 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 15668 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 15669 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 15670 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 15671 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 15672 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 15673 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 15674 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 15675 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 15676 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 15677 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 15678 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 15679 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 15680 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 15681 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 15682 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 15683 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 15684 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 15685 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 15686 + } + ] + }, + "minecraft:warped_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": 15687 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 15688, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 15689 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 15690 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 15691 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 15692 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 15693 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 15694 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 15695 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 15696 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 15697 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 15698 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 15699 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 15700 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 15701 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 15702 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 15703 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 15704 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 15705 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 15706 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 15707 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 15708 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 15709 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 15710 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 15711 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 15712 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 15713 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 15714 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 15715 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 15716 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 15717 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 15718 + } + ] + }, + "minecraft:crimson_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 15719 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 15720, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 15721 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 15722 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 15723 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 15724 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 15725 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 15726 + } + ] + }, + "minecraft:warped_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 15727 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 15728, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 15729 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 15730 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 15731 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 15732 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 15733 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 15734 + } + ] + }, + "minecraft:structure_block": { + "properties": { + "mode": [ + "save", + "load", + "corner", + "data" + ] + }, + "states": [ + { + "properties": { + "mode": "save" + }, + "id": 15735, + "default": true + }, + { + "properties": { + "mode": "load" + }, + "id": 15736 + }, + { + "properties": { + "mode": "corner" + }, + "id": 15737 + }, + { + "properties": { + "mode": "data" + }, + "id": 15738 + } + ] + }, + "minecraft:jigsaw": { + "properties": { + "orientation": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + }, + "states": [ + { + "properties": { + "orientation": "down_east" + }, + "id": 15739 + }, + { + "properties": { + "orientation": "down_north" + }, + "id": 15740 + }, + { + "properties": { + "orientation": "down_south" + }, + "id": 15741 + }, + { + "properties": { + "orientation": "down_west" + }, + "id": 15742 + }, + { + "properties": { + "orientation": "up_east" + }, + "id": 15743 + }, + { + "properties": { + "orientation": "up_north" + }, + "id": 15744 + }, + { + "properties": { + "orientation": "up_south" + }, + "id": 15745 + }, + { + "properties": { + "orientation": "up_west" + }, + "id": 15746 + }, + { + "properties": { + "orientation": "west_up" + }, + "id": 15747 + }, + { + "properties": { + "orientation": "east_up" + }, + "id": 15748 + }, + { + "properties": { + "orientation": "north_up" + }, + "id": 15749, + "default": true + }, + { + "properties": { + "orientation": "south_up" + }, + "id": 15750 + } + ] + }, + "minecraft:composter": { + "properties": { + "level": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 15751, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 15752 + }, + { + "properties": { + "level": "2" + }, + "id": 15753 + }, + { + "properties": { + "level": "3" + }, + "id": 15754 + }, + { + "properties": { + "level": "4" + }, + "id": 15755 + }, + { + "properties": { + "level": "5" + }, + "id": 15756 + }, + { + "properties": { + "level": "6" + }, + "id": 15757 + }, + { + "properties": { + "level": "7" + }, + "id": 15758 + }, + { + "properties": { + "level": "8" + }, + "id": 15759 + } + ] + }, + "minecraft:target": { + "properties": { + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "power": "0" + }, + "id": 15760, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 15761 + }, + { + "properties": { + "power": "2" + }, + "id": 15762 + }, + { + "properties": { + "power": "3" + }, + "id": 15763 + }, + { + "properties": { + "power": "4" + }, + "id": 15764 + }, + { + "properties": { + "power": "5" + }, + "id": 15765 + }, + { + "properties": { + "power": "6" + }, + "id": 15766 + }, + { + "properties": { + "power": "7" + }, + "id": 15767 + }, + { + "properties": { + "power": "8" + }, + "id": 15768 + }, + { + "properties": { + "power": "9" + }, + "id": 15769 + }, + { + "properties": { + "power": "10" + }, + "id": 15770 + }, + { + "properties": { + "power": "11" + }, + "id": 15771 + }, + { + "properties": { + "power": "12" + }, + "id": 15772 + }, + { + "properties": { + "power": "13" + }, + "id": 15773 + }, + { + "properties": { + "power": "14" + }, + "id": 15774 + }, + { + "properties": { + "power": "15" + }, + "id": 15775 + } + ] + }, + "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": 15776, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 15777 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 15778 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 15779 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 15780 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 15781 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 15782 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 15783 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 15784 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 15785 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 15786 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 15787 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 15788 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 15789 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 15790 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 15791 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 15792 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 15793 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 15794 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 15795 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 15796 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 15797 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 15798 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 15799 + } + ] + }, + "minecraft:beehive": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "honey_level": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "honey_level": "0" + }, + "id": 15800, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 15801 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 15802 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 15803 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 15804 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 15805 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 15806 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 15807 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 15808 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 15809 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 15810 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 15811 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 15812 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 15813 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 15814 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 15815 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 15816 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 15817 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 15818 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 15819 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 15820 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 15821 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 15822 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 15823 + } + ] + }, + "minecraft:honey_block": { + "states": [ + { + "id": 15824, + "default": true + } + ] + }, + "minecraft:honeycomb_block": { + "states": [ + { + "id": 15825, + "default": true + } + ] + }, + "minecraft:netherite_block": { + "states": [ + { + "id": 15826, + "default": true + } + ] + }, + "minecraft:ancient_debris": { + "states": [ + { + "id": 15827, + "default": true + } + ] + }, + "minecraft:crying_obsidian": { + "states": [ + { + "id": 15828, + "default": true + } + ] + }, + "minecraft:respawn_anchor": { + "properties": { + "charges": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + "states": [ + { + "properties": { + "charges": "0" + }, + "id": 15829, + "default": true + }, + { + "properties": { + "charges": "1" + }, + "id": 15830 + }, + { + "properties": { + "charges": "2" + }, + "id": 15831 + }, + { + "properties": { + "charges": "3" + }, + "id": 15832 + }, + { + "properties": { + "charges": "4" + }, + "id": 15833 + } + ] + }, + "minecraft:potted_crimson_fungus": { + "states": [ + { + "id": 15834, + "default": true + } + ] + }, + "minecraft:potted_warped_fungus": { + "states": [ + { + "id": 15835, + "default": true + } + ] + }, + "minecraft:potted_crimson_roots": { + "states": [ + { + "id": 15836, + "default": true + } + ] + }, + "minecraft:potted_warped_roots": { + "states": [ + { + "id": 15837, + "default": true + } + ] + }, + "minecraft:lodestone": { + "states": [ + { + "id": 15838, + "default": true + } + ] + }, + "minecraft:blackstone": { + "states": [ + { + "id": 15839, + "default": true + } + ] + }, + "minecraft:blackstone_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": 15840 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15841 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15842 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15843 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15844 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15845 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15846 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15847 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15848 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15849 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15850 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15851, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15852 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15853 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15854 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15855 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15856 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15857 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15858 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15859 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15860 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15861 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15862 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15863 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15864 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15865 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15866 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15867 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15868 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15869 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15870 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15871 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15872 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15873 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15874 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15875 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15876 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15877 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15878 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15879 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15880 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15881 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15882 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15883 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15884 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15885 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15886 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15887 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15888 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15889 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15890 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15891 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15892 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15893 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15894 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15895 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15896 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15897 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15898 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15899 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15900 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15901 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15902 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15903 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15904 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15905 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15906 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15907 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15908 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15909 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15910 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15911 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15912 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15913 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15914 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15915 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15916 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15917 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15918 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15919 + } + ] + }, + "minecraft:blackstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15920 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15921 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15922 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15923, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15924 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15925 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15926 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15927 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15928 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15929 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15930 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15931 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15932 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15933 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15934 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15935 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15936 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15937 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15938 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15939 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15940 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15941 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15942 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15943 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15944 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15945 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15946 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15947 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15948 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15949 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15950 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15951 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15952 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15953 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15954 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15955 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15956 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15957 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15958 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15959 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15960 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15961 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15962 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15963 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15964 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15965 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15966 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15967 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15968 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15969 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15970 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15971 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15972 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15973 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15974 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15975 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15976 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15977 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15978 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15979 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15980 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15981 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15982 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15983 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15984 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15985 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15986 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15987 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15988 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15989 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15990 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15991 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15992 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15993 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15994 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15995 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15996 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15997 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15998 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15999 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16000 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16001 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16002 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16003 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16004 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16005 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16006 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16007 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16008 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16009 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16010 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16011 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16012 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16013 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16014 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16015 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16016 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16017 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16018 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16019 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16020 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16021 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16022 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16023 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16024 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16025 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16026 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16027 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16028 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16029 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16030 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16031 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16032 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16033 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16034 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16035 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16036 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16037 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16038 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16039 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16040 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16041 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16042 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16043 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16044 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16045 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16046 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16047 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16048 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16049 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16050 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16051 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16052 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16053 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16054 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16055 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16056 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16057 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16058 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16059 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16060 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16061 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16062 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16063 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16064 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16065 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16066 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16067 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16068 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16069 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16070 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16071 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16072 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16073 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16074 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16075 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16076 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16077 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16078 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16079 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16080 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16081 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16082 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16083 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16084 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16085 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16086 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16087 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16088 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16089 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16090 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16091 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16092 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16093 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16094 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16095 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16096 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16097 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16098 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16099 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16100 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16101 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16102 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16103 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16104 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16105 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16106 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16107 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16108 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16109 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16110 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16111 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16112 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16113 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16114 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16115 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16116 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16117 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16118 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16119 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16120 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16121 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16122 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16123 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16124 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16125 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16126 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16127 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16128 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16129 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16130 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16131 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16132 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16133 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16134 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16135 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16136 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16137 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16138 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16139 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16140 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16141 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16142 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16143 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16144 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16145 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16146 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16147 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16148 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16149 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16150 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16151 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16152 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16153 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16154 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16155 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16156 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16157 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16158 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16159 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16160 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16161 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16162 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16163 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16164 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16165 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16166 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16167 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16168 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16169 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16170 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16171 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16172 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16173 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16174 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16175 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16176 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16177 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16178 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16179 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16180 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16181 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16182 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16183 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16184 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16185 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16186 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16187 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16188 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16189 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16190 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16191 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16192 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16193 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16194 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16195 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16196 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16197 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16198 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16199 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16200 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16201 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16202 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16203 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16204 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16205 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16206 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16207 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16208 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16209 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16210 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16211 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16212 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16213 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16214 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16215 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16216 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16217 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16218 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16219 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16220 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16221 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16222 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16223 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16224 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16225 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16226 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16227 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16228 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16229 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16230 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16231 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16232 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16233 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16234 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16235 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16236 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16237 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16238 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16239 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16240 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16241 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16242 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16243 + } + ] + }, + "minecraft:blackstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16244 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16245 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16246 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16247, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16248 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16249 + } + ] + }, + "minecraft:polished_blackstone": { + "states": [ + { + "id": 16250, + "default": true + } + ] + }, + "minecraft:polished_blackstone_bricks": { + "states": [ + { + "id": 16251, + "default": true + } + ] + }, + "minecraft:cracked_polished_blackstone_bricks": { + "states": [ + { + "id": 16252, + "default": true + } + ] + }, + "minecraft:chiseled_polished_blackstone": { + "states": [ + { + "id": 16253, + "default": true + } + ] + }, + "minecraft:polished_blackstone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16254 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16255 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16256 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16257, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16258 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16259 + } + ] + }, + "minecraft:polished_blackstone_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": 16260 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16261 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16262 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16263 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16264 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16265 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16266 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16267 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16268 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16269 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16270 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16271, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16272 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16273 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16274 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16275 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16276 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16277 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16278 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16279 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16280 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16281 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16282 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16283 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16284 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16285 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16286 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16287 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16288 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16289 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16290 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16291 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16292 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16293 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16294 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16295 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16296 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16297 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16298 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16299 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16300 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16301 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16302 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16303 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16304 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16305 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16306 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16307 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16308 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16309 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16310 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16311 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16312 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16313 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16314 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16315 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16316 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16317 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16318 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16319 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16320 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16321 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16322 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16323 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16324 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16325 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16326 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16327 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16328 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16329 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16330 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16331 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16332 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16333 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16334 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16335 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16336 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16337 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16338 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16339 + } + ] + }, + "minecraft:polished_blackstone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16340 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16341 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16342 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16343, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16344 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16345 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16346 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16347 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16348 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16349 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16350 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16351 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16352 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16353 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16354 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16355 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16356 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16357 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16358 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16359 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16360 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16361 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16362 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16363 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16364 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16365 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16366 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16367 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16368 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16369 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16370 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16371 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16372 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16373 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16374 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16375 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16376 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16377 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16378 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16379 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16380 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16381 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16382 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16383 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16384 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16385 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16386 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16387 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16388 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16389 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16390 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16391 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16392 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16393 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16394 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16395 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16396 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16397 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16398 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16399 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16400 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16401 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16402 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16403 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16404 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16405 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16406 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16407 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16408 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16409 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16410 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16411 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16412 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16413 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16414 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16415 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16416 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16417 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16418 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16419 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16420 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16421 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16422 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16423 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16424 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16425 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16426 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16427 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16428 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16429 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16430 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16431 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16432 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16433 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16434 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16435 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16436 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16437 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16438 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16439 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16440 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16441 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16442 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16443 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16444 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16445 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16446 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16447 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16448 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16449 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16450 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16451 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16452 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16453 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16454 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16455 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16456 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16457 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16458 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16459 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16460 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16461 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16462 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16463 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16464 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16465 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16466 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16467 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16468 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16469 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16470 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16471 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16472 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16473 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16474 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16475 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16476 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16477 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16478 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16479 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16480 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16481 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16482 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16483 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16484 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16485 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16486 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16487 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16488 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16489 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16490 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16491 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16492 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16493 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16494 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16495 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16496 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16497 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16498 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16499 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16500 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16501 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16502 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16503 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16504 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16505 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16506 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16507 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16508 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16509 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16510 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16511 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16512 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16513 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16514 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16515 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16516 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16517 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16518 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16519 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16520 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16521 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16522 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16523 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16524 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16525 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16526 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16527 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16528 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16529 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16530 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16531 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16532 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16533 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16534 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16535 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16536 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16537 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16538 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16539 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16540 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16541 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16542 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16543 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16544 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16545 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16546 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16547 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16548 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16549 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16550 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16551 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16552 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16553 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16554 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16555 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16556 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16557 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16558 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16559 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16560 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16561 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16562 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16563 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16564 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16565 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16566 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16567 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16568 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16569 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16570 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16571 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16572 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16573 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16574 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16575 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16576 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16577 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16578 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16579 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16580 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16581 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16582 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16583 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16584 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16585 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16586 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16587 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16588 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16589 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16590 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16591 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16592 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16593 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16594 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16595 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16596 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16597 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16598 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16599 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16600 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16601 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16602 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16603 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16604 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16605 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16606 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16607 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16608 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16609 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16610 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16611 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16612 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16613 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16614 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16615 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16616 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16617 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16618 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16619 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16620 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16621 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16622 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16623 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16624 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16625 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16626 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16627 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16628 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16629 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16630 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16631 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16632 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16633 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16634 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16635 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16636 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16637 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16638 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16639 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16640 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16641 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16642 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16643 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16644 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16645 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16646 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16647 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16648 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16649 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16650 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16651 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16652 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16653 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16654 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16655 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16656 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16657 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16658 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16659 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16660 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16661 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16662 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16663 + } + ] + }, + "minecraft:gilded_blackstone": { + "states": [ + { + "id": 16664, + "default": true + } + ] + }, + "minecraft:polished_blackstone_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": 16665 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16666 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16667 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16668 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16669 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16670 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16671 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16672 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16673 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16674 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16675 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16676, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16677 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16678 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16679 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16680 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16681 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16682 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16683 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16684 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16685 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16686 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16687 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16688 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16689 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16690 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16691 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16692 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16693 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16694 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16695 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16696 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16697 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16698 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16699 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16700 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16701 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16702 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16703 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16704 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16705 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16706 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16707 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16708 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16709 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16710 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16711 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16712 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16713 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16714 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16715 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16716 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16717 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16718 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16719 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16720 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16721 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16722 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16723 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16724 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16725 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16726 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16727 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16728 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16729 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16730 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16731 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16732 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16733 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16734 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16735 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16736 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16737 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16738 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16739 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16740 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16741 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16742 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16743 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16744 + } + ] + }, + "minecraft:polished_blackstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16745 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16746 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16747 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16748, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16749 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16750 + } + ] + }, + "minecraft:polished_blackstone_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 16751 + }, + { + "properties": { + "powered": "false" + }, + "id": 16752, + "default": true + } + ] + }, + "minecraft:polished_blackstone_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 16753 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 16754 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 16755 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 16756 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 16757 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 16758 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 16759 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 16760 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 16761 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 16762, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 16763 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 16764 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 16765 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 16766 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 16767 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 16768 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 16769 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 16770 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 16771 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 16772 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 16773 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 16774 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 16775 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 16776 + } + ] + }, + "minecraft:polished_blackstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16777 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16778 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16779 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16780, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16781 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16782 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16783 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16784 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16785 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16786 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16787 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16788 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16789 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16790 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16791 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16792 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16793 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16794 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16795 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16796 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16797 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16798 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16799 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16800 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16801 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16802 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16803 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16804 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16805 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16806 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16807 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16808 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16809 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16810 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16812 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16813 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16814 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16815 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16816 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16817 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16818 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16819 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16820 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16821 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16822 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16823 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16824 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16825 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16826 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16827 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16828 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16829 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16830 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16831 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16832 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16833 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16834 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16835 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16836 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16837 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16838 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16839 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16840 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16841 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16842 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16843 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16844 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16845 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16848 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16849 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16850 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16851 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16852 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16853 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16854 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16855 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16856 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16857 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16858 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16859 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16860 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16861 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16862 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16863 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16864 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16865 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16866 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16867 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16868 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16869 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16870 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16871 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16872 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16873 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16874 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16875 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16876 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16877 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16878 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16879 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16880 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16881 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16884 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16885 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16886 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16887 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16888 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16889 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16890 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16891 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16892 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16893 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16894 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16895 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16896 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16897 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16898 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16899 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16900 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16901 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16902 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16903 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16904 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16905 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16906 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16907 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16908 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16909 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16910 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16911 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16912 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16913 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16914 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16915 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16916 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16917 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16920 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16921 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16922 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16923 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16924 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16925 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16926 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16927 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16928 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16929 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16930 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16931 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16932 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16933 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16934 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16935 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16936 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16937 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16938 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16939 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16940 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16941 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16942 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16943 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16944 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16945 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16946 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16947 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16948 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16949 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16950 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16951 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16952 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16953 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16956 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16957 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16958 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16959 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16960 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16961 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16962 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16963 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16964 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16965 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16966 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16967 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16968 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16969 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16970 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16971 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16972 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16973 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16974 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16975 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16976 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16977 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16978 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16979 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16980 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16981 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16982 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16983 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16984 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16985 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16986 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16987 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16988 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16989 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16992 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16993 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16994 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16995 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16996 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16997 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16998 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16999 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17000 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17001 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17002 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17003 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17004 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17005 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17006 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17007 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17008 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17009 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17010 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17011 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17012 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17013 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17014 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17015 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17016 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17017 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17018 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17019 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17020 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17021 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17022 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17023 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17024 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17025 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17028 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17029 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17030 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17031 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17032 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17033 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17034 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17035 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17036 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17037 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17038 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17039 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17040 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17041 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17042 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17043 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17044 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17045 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17046 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17047 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17048 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17049 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17050 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17051 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17052 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17053 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17054 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17055 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17056 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17057 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17058 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17059 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17060 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17061 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17064 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17065 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17066 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17067 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17068 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17069 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17070 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17071 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17072 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17073 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17074 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17075 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17076 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17077 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17078 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17079 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17080 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17081 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17082 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17083 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17084 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17085 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17086 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17087 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17088 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17089 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17090 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17091 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17092 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17093 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17094 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17095 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17096 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17097 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17100 + } + ] + }, + "minecraft:chiseled_nether_bricks": { + "states": [ + { + "id": 17101, + "default": true + } + ] + }, + "minecraft:cracked_nether_bricks": { + "states": [ + { + "id": 17102, + "default": true + } + ] + }, + "minecraft:quartz_bricks": { + "states": [ + { + "id": 17103, + "default": true + } + ] + } +} \ No newline at end of file diff --git a/src/com/loohp/limbo/Console.java b/src/com/loohp/limbo/Console.java new file mode 100644 index 0000000..1d2de01 --- /dev/null +++ b/src/com/loohp/limbo/Console.java @@ -0,0 +1,81 @@ +package com.loohp.limbo; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintStream; +import java.text.SimpleDateFormat; +import java.util.Arrays; +import java.util.Date; +import java.util.concurrent.TimeUnit; + +import com.loohp.limbo.Server.ClientConnection; +import com.loohp.limbo.Server.ClientConnection.ClientState; +import com.loohp.limbo.Utils.CustomStringUtils; + +public class Console { + + private InputStream in; + private PrintStream out; + + public Console(InputStream in, PrintStream out) { + this.in = in; + System.setOut(new ConsoleOutputStream(out)); + this.out = System.out; + } + + public void sendMessage(String message) { + out.println(message); + } + + public void run() { + BufferedReader reader = new BufferedReader(new InputStreamReader(in)); + while (true) { + try { + String[] input = CustomStringUtils.splitStringToArgs(reader.readLine()); + + if (input[0].equalsIgnoreCase("stop")) { + for (ClientConnection client : Limbo.getInstance().getServerConnection().getClients()) { + client.getSocket().close(); + while (client.getSocket().isConnected()) { + try { + TimeUnit.MILLISECONDS.sleep(500); + } catch (InterruptedException e) { + e.printStackTrace(); + } + } + } + System.exit(0); + } else if (input[0].equalsIgnoreCase("say")) { + if (input.length > 1) { + String message = "[Server] " + String.join(" ", Arrays.copyOfRange(input, 1, input.length)); + sendMessage(message); + for (ClientConnection client : Limbo.getInstance().getServerConnection().getClients()) { + if (client.getClientState().equals(ClientState.PLAY)) { + client.sendMessage(message); + } + } + } + } + } catch (IOException e) { + e.printStackTrace(); + } + } + } + + public class ConsoleOutputStream extends PrintStream { + + public ConsoleOutputStream(OutputStream out) { + super(out); + } + + @Override + public void println(String string) { + String date = new SimpleDateFormat("HH':'mm':'ss").format(new Date()); + super.println("[" + date + "] " + string); + } + } + +} diff --git a/src/com/loohp/limbo/File/FileConfiguration.java b/src/com/loohp/limbo/File/FileConfiguration.java new file mode 100644 index 0000000..b9e0a46 --- /dev/null +++ b/src/com/loohp/limbo/File/FileConfiguration.java @@ -0,0 +1,44 @@ +package com.loohp.limbo.File; + +import java.io.File; +import java.io.FileInputStream; +import java.io.FileNotFoundException; +import java.util.Map; + +import org.yaml.snakeyaml.Yaml; + +public class FileConfiguration { + + File file; + Map mapping; + + public FileConfiguration(File file) throws FileNotFoundException { + this.file = file; + reloadConfig(); + } + + public FileConfiguration reloadConfig() { + try { + Yaml yml = new Yaml(); + mapping = yml.load(new FileInputStream(file)); + } catch (FileNotFoundException e) { + e.printStackTrace(); + } + return this; + } + + @SuppressWarnings("unchecked") + public T get(String key, Class returnType) { + try { + String[] tree = key.split("\\."); + Map map = mapping; + for (int i = 0; i < tree.length - 1; i++) { + map = (Map) map.get(tree[i]); + } + return returnType.cast(map.get(tree[tree.length - 1])); + } catch (Exception e) { + return null; + } + } + +} diff --git a/src/com/loohp/limbo/File/ServerProperties.java b/src/com/loohp/limbo/File/ServerProperties.java new file mode 100644 index 0000000..1b9420a --- /dev/null +++ b/src/com/loohp/limbo/File/ServerProperties.java @@ -0,0 +1,155 @@ +package com.loohp.limbo.File; + +import java.awt.image.BufferedImage; +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import java.util.Optional; +import java.util.Properties; + +import javax.imageio.ImageIO; + +import com.loohp.limbo.Limbo; +import com.loohp.limbo.Location.Location; +import com.loohp.limbo.Utils.GameMode; +import com.loohp.limbo.Utils.NamespacedKey; +import com.loohp.limbo.World.World; + +public class ServerProperties { + + public static final String JSON_BASE_RESPONSE = "{\"version\":{\"name\":\"%VERSION%\",\"protocol\":%PROTOCOL%},\"players\":{\"max\":%MAXPLAYERS%,\"online\":%ONLINECLIENTS%},\"description\":%MOTD%,%FAVICON%\"modinfo\":{\"type\":\"FML\",\"modList\":[]}}"; + + File file; + int maxPlayers; + int serverPort; + String serverIp; + NamespacedKey levelName; + String schemFileName; + NamespacedKey levelDimension; + GameMode defaultGamemode; + Location worldSpawn; + boolean reducedDebugInfo; + boolean allowFlight; + String motdJson; + String versionString; + int protocol; + + Optional favicon; + + public ServerProperties(File file) throws IOException { + this.file = file; + Properties prop = new Properties(); + prop.load(new FileInputStream(file)); + + protocol = 736; + + maxPlayers = Integer.parseInt(prop.getProperty("max-players")); + serverPort = Integer.parseInt(prop.getProperty("server-port")); + serverIp = prop.getProperty("server-ip"); + String[] level = prop.getProperty("level-name").split(";"); + levelName = new NamespacedKey(level[0]); + schemFileName = level[1]; + levelDimension = new NamespacedKey(prop.getProperty("level-dimension")); + defaultGamemode = GameMode.fromName(new NamespacedKey(prop.getProperty("default-gamemode")).getKey()); + String[] locStr = prop.getProperty("world-spawn").split(";"); + World world = Limbo.getInstance().getWorld(locStr[0]); + double x = Double.parseDouble(locStr[1]); + double y = Double.parseDouble(locStr[2]); + double z = Double.parseDouble(locStr[3]); + float yaw = Float.parseFloat(locStr[4]); + float pitch = Float.parseFloat(locStr[5]); + worldSpawn = new Location(world, x, y, z, yaw, pitch); + reducedDebugInfo = Boolean.parseBoolean(prop.getProperty("reduced-debug-info")); + allowFlight = Boolean.parseBoolean(prop.getProperty("allow-flight")); + motdJson = prop.getProperty("motd"); + versionString = prop.getProperty("version"); + + File png = new File("server-icon.png"); + if (png.exists()) { + try { + BufferedImage image = ImageIO.read(png); + if (image.getHeight() == 64 && image.getWidth() == 64) { + favicon = Optional.of(image); + } else { + System.out.println("Unable to load server-icon.png! The image is not 64 x 64 in size!"); + } + } catch (Exception e) { + System.out.println("Unable to load server-icon.png! Is it a png image?"); + } + } else { + System.out.println("No server-icon.png found"); + favicon = Optional.empty(); + } + + System.out.println("Loaded server.properties"); + } + + public Optional getFavicon() { + return favicon; + } + + public File getFile() { + return file; + } + + public int getMaxPlayers() { + return maxPlayers; + } + + public int getServerPort() { + return serverPort; + } + + public String getServerIp() { + return serverIp; + } + + public NamespacedKey getLevelName() { + return levelName; + } + + public String getSchemFileName() { + return schemFileName; + } + + public NamespacedKey getLevelDimension() { + return levelDimension; + } + + public GameMode getDefaultGamemode() { + return defaultGamemode; + } + + public Location getWorldSpawn() { + return worldSpawn; + } + + public void setWorldSpawn(Location location) { + this.worldSpawn = location; + } + + public boolean isReducedDebugInfo() { + return reducedDebugInfo; + } + + public boolean isAllowFlight() { + return allowFlight; + } + + public static String getJsonBaseResponse() { + return JSON_BASE_RESPONSE; + } + + public String getMotdJson() { + return motdJson; + } + + public String getVersionString() { + return versionString; + } + + public int getProtocol() { + return protocol; + } + +} diff --git a/src/com/loohp/limbo/Limbo.java b/src/com/loohp/limbo/Limbo.java new file mode 100644 index 0000000..65fc3ee --- /dev/null +++ b/src/com/loohp/limbo/Limbo.java @@ -0,0 +1,190 @@ +package com.loohp.limbo; + +import java.io.File; +import java.io.IOException; +import java.io.InputStream; +import java.nio.file.Files; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.loohp.limbo.File.ServerProperties; +import com.loohp.limbo.Location.Location; +import com.loohp.limbo.Server.ServerConnection; +import com.loohp.limbo.Server.Packets.Packet; +import com.loohp.limbo.Server.Packets.PacketHandshakingIn; +import com.loohp.limbo.Server.Packets.PacketLoginInLoginStart; +import com.loohp.limbo.Server.Packets.PacketLoginOutLoginSuccess; +import com.loohp.limbo.Server.Packets.PacketPlayInChat; +import com.loohp.limbo.Server.Packets.PacketPlayInKeepAlive; +import com.loohp.limbo.Server.Packets.PacketPlayInPosition; +import com.loohp.limbo.Server.Packets.PacketPlayInPositionAndLook; +import com.loohp.limbo.Server.Packets.PacketPlayOutChat; +import com.loohp.limbo.Server.Packets.PacketPlayOutKeepAlive; +import com.loohp.limbo.Server.Packets.PacketPlayOutLogin; +import com.loohp.limbo.Server.Packets.PacketPlayOutMapChunk; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerAbilities; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo; +import com.loohp.limbo.Server.Packets.PacketPlayOutPositionAndLook; +import com.loohp.limbo.Server.Packets.PacketPlayOutShowPlayerSkins; +import com.loohp.limbo.Server.Packets.PacketPlayOutSpawnPosition; +import com.loohp.limbo.Server.Packets.PacketPlayOutUpdateViewPosition; +import com.loohp.limbo.Server.Packets.PacketStatusInPing; +import com.loohp.limbo.Server.Packets.PacketStatusInRequest; +import com.loohp.limbo.Server.Packets.PacketStatusOutPong; +import com.loohp.limbo.Server.Packets.PacketStatusOutResponse; +import com.loohp.limbo.Utils.ImageUtils; +import com.loohp.limbo.World.Schematic; +import com.loohp.limbo.World.World; + +import net.querz.nbt.io.NBTUtil; +import net.querz.nbt.tag.CompoundTag; + +public class Limbo { + + private static Limbo instance; + + public static void main(String args[]) throws IOException { + new Limbo(); + } + + public static Limbo getInstance() { + return instance; + } + + //=========================== + + private ServerConnection server; + private Console console; + + private List worlds = new ArrayList<>(); + + private ServerProperties properties; + + public Limbo() throws IOException { + instance = this; + + console = new Console(System.in, System.out); + + String spName = "server.properties"; + File sp = new File(spName); + if (!sp.exists()) { + try (InputStream in = getClass().getClassLoader().getResourceAsStream(spName)) { + Files.copy(in, sp.toPath()); + } catch (IOException e) { + e.printStackTrace(); + } + } + properties = new ServerProperties(sp); + + Map> HandshakeIn = new HashMap<>(); + HandshakeIn.put(0x00, PacketHandshakingIn.class); + Packet.setHandshakeIn(HandshakeIn); + + Map> StatusIn = new HashMap<>(); + StatusIn.put(0x00, PacketStatusInRequest.class); + StatusIn.put(0x01, PacketStatusInPing.class); + Packet.setStatusIn(StatusIn); + + Map, Integer> StatusOut = new HashMap<>(); + StatusOut.put(PacketStatusOutResponse.class, 0x00); + StatusOut.put(PacketStatusOutPong.class, 0x01); + Packet.setStatusOut(StatusOut); + + Map> LoginIn = new HashMap<>(); + LoginIn.put(0x00, PacketLoginInLoginStart.class); + Packet.setLoginIn(LoginIn); + + Map, Integer> LoginOut = new HashMap<>(); + LoginOut.put(PacketLoginOutLoginSuccess.class, 0x02); + Packet.setLoginOut(LoginOut); + + Map> PlayIn = new HashMap<>(); + PlayIn.put(0x10, PacketPlayInKeepAlive.class); + PlayIn.put(0x12, PacketPlayInPosition.class); + PlayIn.put(0x13, PacketPlayInPositionAndLook.class); + PlayIn.put(0x03, PacketPlayInChat.class); + Packet.setPlayIn(PlayIn); + + Map, Integer> PlayOut = new HashMap<>(); + PlayOut.put(PacketPlayOutLogin.class, 0x25); + PlayOut.put(PacketPlayOutSpawnPosition.class, 0x42); + PlayOut.put(PacketPlayOutPositionAndLook.class, 0x35); + PlayOut.put(PacketPlayOutMapChunk.class, 0x21); + PlayOut.put(PacketPlayOutKeepAlive.class, 0x20); + PlayOut.put(PacketPlayOutUpdateViewPosition.class, 0x40); + PlayOut.put(PacketPlayOutPlayerInfo.class, 0x33); + PlayOut.put(PacketPlayOutShowPlayerSkins.class, 0x44); + PlayOut.put(PacketPlayOutPlayerAbilities.class, 0x31); + PlayOut.put(PacketPlayOutChat.class, 0x0E); + Packet.setPlayOut(PlayOut); + + worlds.add(loadDefaultWorld()); + Location spawn = properties.getWorldSpawn(); + properties.setWorldSpawn(new Location(getWorld(properties.getLevelName().getKey()), spawn.getX(), spawn.getY(), spawn.getZ(), spawn.getYaw(), spawn.getPitch())); + + server = new ServerConnection(properties.getServerIp(), properties.getServerPort()); + + console.run(); + } + + private World loadDefaultWorld() throws IOException { + File schem = new File(properties.getSchemFileName()); + + if (!schem.exists()) { + System.out.println("Schemetic file " + properties.getSchemFileName() + " for world " + properties.getLevelName() + " not found!"); + return null; + } + + World world = Schematic.toWorld(properties.getLevelName().getKey(), (CompoundTag) NBTUtil.read(schem).getTag()); + + System.out.println("Loaded world " + properties.getLevelName() + " with the schematic file " + properties.getSchemFileName()); + + return world; + } + + public ServerProperties getServerProperties() { + return properties; + } + + public ServerConnection getServerConnection() { + return server; + } + + public Console getConsole() { + return console; + } + + public List getWorlds() { + return new ArrayList<>(worlds); + } + + public World getWorld(String name) { + for (World world : worlds) { + if (world.getName().equalsIgnoreCase(name)) { + return world; + } + } + return null; + } + + public String getServerListResponseJson() throws IOException { + String base = ServerProperties.JSON_BASE_RESPONSE; + base = base.replace("%VERSION%", properties.getVersionString()); + base = base.replace("%PROTOCOL%", String.valueOf(properties.getProtocol())); + base = base.replace("%MOTD%", properties.getMotdJson()); + base = base.replace("%MAXPLAYERS%", String.valueOf(properties.getMaxPlayers())); + base = base.replace("%ONLINECLIENTS%", String.valueOf(server.getClients().size())); + + if (properties.getFavicon().isPresent()) { + String icon = "\"favicon\":\"data:image/png;base64," + ImageUtils.imgToBase64String(properties.getFavicon().get(), "png") + "\","; + base = base.replace("%FAVICON%", icon); + } else { + base = base.replace("%FAVICON%", ""); + } + + return base; + } + +} diff --git a/src/com/loohp/limbo/Location/Location.java b/src/com/loohp/limbo/Location/Location.java new file mode 100644 index 0000000..fb5fc42 --- /dev/null +++ b/src/com/loohp/limbo/Location/Location.java @@ -0,0 +1,80 @@ +package com.loohp.limbo.Location; + +import com.loohp.limbo.World.World; + +public class Location { + + World world; + double x; + double y; + double z; + float yaw; + float pitch; + + public Location(World world, double x, double y, double z, float yaw, float pitch) { + this.world = world; + this.x = x; + this.y = y; + this.z = z; + this.yaw = yaw; + this.pitch = pitch; + } + + public Location(World world, double x, double y, double z) { + this(world, x, y, z, 0, 0); + } + + @Override + public Location clone() { + return new Location(this.world, this.x, this.y, this.z, this.yaw, this.pitch); + } + + public World getWorld() { + return world; + } + + public void setWorld(World world) { + this.world = world; + } + + public double getX() { + return x; + } + + public void setX(double x) { + this.x = x; + } + + public double getY() { + return y; + } + + public void setY(double y) { + this.y = y; + } + + public double getZ() { + return z; + } + + public void setZ(double z) { + this.z = z; + } + + public float getYaw() { + return yaw; + } + + public void setYaw(float yaw) { + this.yaw = yaw; + } + + public float getPitch() { + return pitch; + } + + public void setPitch(float pitch) { + this.pitch = pitch; + } + +} diff --git a/src/com/loohp/limbo/Server/ClientConnection.java b/src/com/loohp/limbo/Server/ClientConnection.java new file mode 100644 index 0000000..3a48fa9 --- /dev/null +++ b/src/com/loohp/limbo/Server/ClientConnection.java @@ -0,0 +1,331 @@ +package com.loohp.limbo.Server; + +import java.io.DataInputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.net.Socket; +import java.nio.charset.StandardCharsets; +import java.util.Optional; +import java.util.UUID; +import java.util.concurrent.TimeUnit; + +import com.loohp.limbo.Limbo; +import com.loohp.limbo.File.ServerProperties; +import com.loohp.limbo.Location.Location; +import com.loohp.limbo.Server.Packets.Packet; +import com.loohp.limbo.Server.Packets.PacketHandshakingIn; +import com.loohp.limbo.Server.Packets.PacketLoginInLoginStart; +import com.loohp.limbo.Server.Packets.PacketLoginOutLoginSuccess; +import com.loohp.limbo.Server.Packets.PacketPlayInChat; +import com.loohp.limbo.Server.Packets.PacketPlayInKeepAlive; +import com.loohp.limbo.Server.Packets.PacketPlayInPosition; +import com.loohp.limbo.Server.Packets.PacketPlayInPositionAndLook; +import com.loohp.limbo.Server.Packets.PacketPlayOutChat; +import com.loohp.limbo.Server.Packets.PacketPlayOutLogin; +import com.loohp.limbo.Server.Packets.PacketPlayOutMapChunk; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerAbilities; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerAbilities.PlayerAbilityFlags; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo.PlayerInfoAction; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo.PlayerInfoData; +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo.PlayerInfoData.PlayerInfoDataAddPlayer.PlayerSkinProperty; +import com.loohp.limbo.Server.Packets.PacketPlayOutPositionAndLook; +import com.loohp.limbo.Server.Packets.PacketPlayOutShowPlayerSkins; +import com.loohp.limbo.Server.Packets.PacketPlayOutSpawnPosition; +import com.loohp.limbo.Server.Packets.PacketPlayOutUpdateViewPosition; +import com.loohp.limbo.Server.Packets.PacketStatusInPing; +import com.loohp.limbo.Server.Packets.PacketStatusInRequest; +import com.loohp.limbo.Server.Packets.PacketStatusOutPong; +import com.loohp.limbo.Server.Packets.PacketStatusOutResponse; +import com.loohp.limbo.Utils.DataTypeIO; +import com.loohp.limbo.Utils.SkinUtils; +import com.loohp.limbo.Utils.SkinUtils.SkinResponse; +import com.loohp.limbo.World.BlockPosition; +import com.loohp.limbo.World.DimensionRegistry; +import com.loohp.limbo.World.World; + +import net.md_5.bungee.api.chat.BaseComponent; +import net.md_5.bungee.api.chat.TextComponent; +import net.md_5.bungee.chat.ComponentSerializer; +import net.querz.mca.Chunk; + +public class ClientConnection extends Thread { + + public enum ClientState { + HANDSHAKE, + STATUS, + LOGIN, + PLAY, + DISCONNECTED; + } + + private Socket client_socket; + private boolean running; + private ClientState state; + + private String username; + private UUID uuid; + + private Location location; + + private long lastKeepAlivePayLoad; + + public long getLastKeepAlivePayLoad() { + return lastKeepAlivePayLoad; + } + + public void setLastKeepAlivePayLoad(long payLoad) { + this.lastKeepAlivePayLoad = payLoad; + } + + public Location getLocation() { + return location; + } + + public void setLocation(Location location) { + this.location = location; + } + + public String getUsername() { + return username; + } + + public UUID getUuid() { + return uuid; + } + + public ClientConnection(Socket client_socket) { + this.client_socket = client_socket; + } + + public ClientState getClientState() { + return state; + } + + public Socket getSocket() { + return client_socket; + } + + public boolean isRunning() { + return running; + } + + public int getEntityId() { + return Limbo.getInstance().getServerConnection().getClients().indexOf(this); + } + + public void sendMessage(String message) { + sendMessage(TextComponent.fromLegacyText(message)); + } + + public void sendMessage(BaseComponent component) { + sendMessage(new BaseComponent[] {component}); + } + + public void sendMessage(BaseComponent[] component) { + try { + DataOutputStream output = new DataOutputStream(client_socket.getOutputStream()); + PacketPlayOutChat chat = new PacketPlayOutChat(ComponentSerializer.toString(component), 0, new UUID(0, 0)); + byte[] packetByte = chat.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + } catch (IOException e) { + e.printStackTrace(); + } + } + + @Override + public void run() { + running = true; + state = ClientState.HANDSHAKE; + try { + client_socket.setKeepAlive(true); + DataInputStream input = new DataInputStream(client_socket.getInputStream()); + DataOutputStream output = new DataOutputStream(client_socket.getOutputStream()); + DataTypeIO.readVarInt(input); + int handShakeId = DataTypeIO.readVarInt(input); + PacketHandshakingIn handshake = (PacketHandshakingIn) Packet.getHandshakeIn().get(handShakeId).getConstructor(DataInputStream.class).newInstance(input); + switch (handshake.getHandshakeType()) { + case STATUS: + state = ClientState.STATUS; + while (client_socket.isConnected()) { + DataTypeIO.readVarInt(input); + int packetId = DataTypeIO.readVarInt(input); + Class packetType = Packet.getStatusIn().get(packetId); + if (packetType == null) { + //do nothing + } else if (packetType.equals(PacketStatusInRequest.class)) { + String str = client_socket.getInetAddress().getHostName() + ":" + client_socket.getPort(); + System.out.println("[/" + str + "] <-> InitialHandler has pinged"); + PacketStatusOutResponse packet = new PacketStatusOutResponse(Limbo.getInstance().getServerListResponseJson()); + byte[] packetByte = packet.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + } else if (packetType.equals(PacketStatusInPing.class)) { + PacketStatusInPing ping = (PacketStatusInPing) packetType.getConstructor(DataInputStream.class).newInstance(input); + PacketStatusOutPong packet = new PacketStatusOutPong(ping.getPayload()); + byte[] packetByte = packet.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + break; + } + } + break; + case LOGIN: + state = ClientState.LOGIN; + while (client_socket.isConnected()) { + int size = DataTypeIO.readVarInt(input); + int packetId = DataTypeIO.readVarInt(input); + Class packetType = Packet.getLoginIn().get(packetId); + + if (packetType == null) { + input.skipBytes(size - DataTypeIO.getVarIntLength(packetId)); + } else if (packetType.equals(PacketLoginInLoginStart.class)) { + PacketLoginInLoginStart start = (PacketLoginInLoginStart) packetType.getConstructor(DataInputStream.class).newInstance(input); + username = start.getUsername(); + uuid = UUID.nameUUIDFromBytes(("OfflinePlayer:" + username).getBytes(StandardCharsets.UTF_8)); + PacketLoginOutLoginSuccess success = new PacketLoginOutLoginSuccess(uuid, start.getUsername()); + byte[] packetByte = success.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + + state = ClientState.PLAY; + break; + } + } + break; + } + + if (state == ClientState.PLAY) { + + TimeUnit.MILLISECONDS.sleep(500); + + ServerProperties p = Limbo.getInstance().getServerProperties(); + PacketPlayOutLogin join = new PacketPlayOutLogin(getEntityId(), false, p.getDefaultGamemode(), new String[] {p.getLevelName().toString()}, DimensionRegistry.getCodec(), p.getLevelDimension().toString(), p.getLevelName().toString(), 0, (byte) p.getMaxPlayers(), 8, p.isReducedDebugInfo(), true, false, false); + byte[] packetByte = join.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + + Location s = p.getWorldSpawn(); + + //PacketPlayOutKeepAlive alive = new PacketPlayOutKeepAlive((long) (Math.random() * Long.MAX_VALUE)); + + World world = s.getWorld(); + + for (int x = 0; x < world.getChunks().length; x++) { + for (int z = 0; z < world.getChunks()[x].length; z++) { + Chunk chunk = world.getChunks()[x][z]; + if (chunk != null) { + PacketPlayOutMapChunk chunkdata = new PacketPlayOutMapChunk(x, z, chunk); + packetByte = chunkdata.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + //System.out.println(x + ", " + z); + } + } + } + + PacketPlayOutSpawnPosition spawnPos = new PacketPlayOutSpawnPosition(BlockPosition.from(s)); + packetByte = spawnPos.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + PacketPlayOutPositionAndLook positionLook = new PacketPlayOutPositionAndLook(s.getX(), s.getY(), s.getZ(), s.getYaw(), s.getPitch(), 1); + location = new Location(world, s.getX(), s.getY(), s.getZ(), s.getYaw(), s.getPitch()); + packetByte = positionLook.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + + SkinResponse skinresponce = SkinUtils.getSkinFromMojangServer(username); + PlayerSkinProperty skin = skinresponce != null ? new PlayerSkinProperty(skinresponce.getSkin(), skinresponce.getSignature()) : null; + PacketPlayOutPlayerInfo info = new PacketPlayOutPlayerInfo(PlayerInfoAction.ADD_PLAYER, uuid, new PlayerInfoData.PlayerInfoDataAddPlayer(username, Optional.ofNullable(skin), p.getDefaultGamemode(), 0, false, Optional.empty())); + packetByte = info.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + /* + for (ClientConnection client : Limbo.getInstance().getServerConnection().getClients()) { + DataOutputStream other = new DataOutputStream(client.getSocket().getOutputStream()); + DataTypeIO.writeVarInt(other, packetByte.length); + other.write(packetByte); + } + */ + + PacketPlayOutShowPlayerSkins show = new PacketPlayOutShowPlayerSkins(getEntityId()); + packetByte = show.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + + PacketPlayOutPlayerAbilities abilities; + if (p.isAllowFlight()) { + abilities = new PacketPlayOutPlayerAbilities(0.05F, 0.1F, PlayerAbilityFlags.ALLOW_FLYING); + } else { + abilities = new PacketPlayOutPlayerAbilities(0.05F, 0.1F); + } + packetByte = abilities.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + + String str = client_socket.getInetAddress().getHostName() + ":" + client_socket.getPort() + "|" + username; + System.out.println("[/" + str + "] <-> Player had connected to the Limbo server!"); + + while (client_socket.isConnected()) { + try { + int size = DataTypeIO.readVarInt(input); + int packetId = DataTypeIO.readVarInt(input); + Class packetType = Packet.getPlayIn().get(packetId); + //System.out.println(packetId); + + if (packetType == null) { + input.skipBytes(size - DataTypeIO.getVarIntLength(packetId)); + } else if (packetType.equals(PacketPlayInPositionAndLook.class)) { + PacketPlayInPositionAndLook pos = new PacketPlayInPositionAndLook(input); + location = new Location(location.getWorld(), pos.getX(), pos.getY(), pos.getZ(), pos.getYaw(), pos.getPitch()); + + PacketPlayOutUpdateViewPosition response = new PacketPlayOutUpdateViewPosition((int) location.getX() >> 4, (int) location.getZ() >> 4); + packetByte = response.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + } else if (packetType.equals(PacketPlayInPosition.class)) { + PacketPlayInPosition pos = new PacketPlayInPosition(input); + location = new Location(location.getWorld(), pos.getX(), pos.getY(), pos.getZ(), location.getYaw(), location.getPitch()); + + PacketPlayOutUpdateViewPosition response = new PacketPlayOutUpdateViewPosition((int) location.getX() >> 4, (int) location.getZ() >> 4); + packetByte = response.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + } else if (packetType.equals(PacketPlayInKeepAlive.class)) { + PacketPlayInKeepAlive alive = new PacketPlayInKeepAlive(input); + if (alive.getPayload() != lastKeepAlivePayLoad) { + System.out.println("Incorrect Payload recieved in KeepAlive packet for player " + username); + break; + } + } else if (packetType.equals(PacketPlayInChat.class)) { + PacketPlayInChat chat = new PacketPlayInChat(input); + if (chat.getMessage().startsWith("/")) { + //TO-DO COMMANDS + } else { + String message = "<" + username + "> " + chat.getMessage(); + Limbo.getInstance().getConsole().sendMessage(message); + for (ClientConnection client : Limbo.getInstance().getServerConnection().getClients()) { + client.sendMessage(message); + } + } + } + + } catch (Exception e) { + break; + } + } + str = client_socket.getInetAddress().getHostName() + ":" + client_socket.getPort() + "|" + username; + System.out.println("[/" + str + "] <-> Player had disconnected!"); + } + + } catch (Exception e) {} + + try { + client_socket.close(); + } catch (IOException e) {} + state = ClientState.DISCONNECTED; + Limbo.getInstance().getServerConnection().getClients().remove(this); + running = false; + } +} diff --git a/src/com/loohp/limbo/Server/KeepAliveSender.java b/src/com/loohp/limbo/Server/KeepAliveSender.java new file mode 100644 index 0000000..69ae9d3 --- /dev/null +++ b/src/com/loohp/limbo/Server/KeepAliveSender.java @@ -0,0 +1,44 @@ +package com.loohp.limbo.Server; + +import java.io.DataOutputStream; +import java.io.IOException; +import java.util.Random; +import java.util.concurrent.TimeUnit; + +import com.loohp.limbo.Limbo; +import com.loohp.limbo.Server.ClientConnection.ClientState; +import com.loohp.limbo.Server.Packets.PacketPlayOutKeepAlive; +import com.loohp.limbo.Utils.DataTypeIO; + +public class KeepAliveSender extends Thread { + + private Random random = new Random(); + + public KeepAliveSender() { + start(); + } + + @Override + public void run() { + while (true) { + try { + for (ClientConnection client : Limbo.getInstance().getServerConnection().getClients()) { + if (client.getClientState().equals(ClientState.PLAY)) { + try { + DataOutputStream output = new DataOutputStream(client.getSocket().getOutputStream()); + PacketPlayOutKeepAlive packet = new PacketPlayOutKeepAlive(random.nextLong()); + byte[] packetByte = packet.getBytes(); + DataTypeIO.writeVarInt(output, packetByte.length); + output.write(packetByte); + client.setLastKeepAlivePayLoad(packet.getPayload()); + } catch (IOException ignore) {} + } + } + TimeUnit.SECONDS.sleep(5); + } catch (InterruptedException e) { + e.printStackTrace(); + } + } + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/Packet.java b/src/com/loohp/limbo/Server/Packets/Packet.java new file mode 100644 index 0000000..21b8796 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/Packet.java @@ -0,0 +1,80 @@ +package com.loohp.limbo.Server.Packets; + +import java.util.Map; + +public class Packet { + + private static Map> HandshakeIn; + + private static Map> StatusIn; + private static Map, Integer> StatusOut; + + private static Map> LoginIn; + private static Map, Integer> LoginOut; + + private static Map> PlayIn; + private static Map, Integer> PlayOut; + + public static Map> getHandshakeIn() { + return HandshakeIn; + } + + public static void setHandshakeIn(Map> handshakeIn) { + HandshakeIn = handshakeIn; + } + + public static Map> getStatusIn() { + return StatusIn; + } + + public static void setStatusIn(Map> statusIn) { + StatusIn = statusIn; + } + + public static Map, Integer> getStatusOut() { + return StatusOut; + } + + public static void setStatusOut(Map, Integer> statusOut) { + StatusOut = statusOut; + } + + public static Map> getLoginIn() { + return LoginIn; + } + + public static void setLoginIn(Map> loginIn) { + LoginIn = loginIn; + } + + public static Map, Integer> getLoginOut() { + return LoginOut; + } + + public static void setLoginOut(Map, Integer> loginOut) { + LoginOut = loginOut; + } + + public static Map> getPlayIn() { + return PlayIn; + } + + public static void setPlayIn(Map> playIn) { + PlayIn = playIn; + } + + public static Map, Integer> getPlayOut() { + return PlayOut; + } + + public static void setPlayOut(Map, Integer> playOut) { + PlayOut = playOut; + } + + //=========================================== + + public Packet() { + + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketHandshakingIn.java b/src/com/loohp/limbo/Server/Packets/PacketHandshakingIn.java new file mode 100644 index 0000000..5819879 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketHandshakingIn.java @@ -0,0 +1,69 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketHandshakingIn extends Packet { + + public static enum HandshakeType { + STATUS(1), + LOGIN(2); + + int networkId; + + HandshakeType(int networkId) { + this.networkId = networkId; + } + + public int getNetworkId() { + return networkId; + } + + public static HandshakeType fromNetworkId(int networkId) { + for (HandshakeType type : HandshakeType.values()) { + if (type.getNetworkId() == networkId) { + return type; + } + } + System.out.println("Invalid HandshakeType networkId, expected 0 or 1, but got " + networkId); + return null; + } + } + + //============================== + + private int protocolVersion; + private String serverAddress; + private int serverPort; + private HandshakeType handshakeType; + + public PacketHandshakingIn(int protocolVersion, String serverAddress, int serverPort, HandshakeType handshakeType) { + this.protocolVersion = protocolVersion; + this.serverAddress = serverAddress; + this.serverPort = serverPort; + this.handshakeType = handshakeType; + } + + public PacketHandshakingIn(DataInputStream in) throws IOException { + this(DataTypeIO.readVarInt(in), DataTypeIO.readString(in), in.readShort() & 0xFFFF, HandshakeType.fromNetworkId(DataTypeIO.readVarInt(in))); + } + + public int getProtocolVersion() { + return protocolVersion; + } + + public String getServerAddress() { + return serverAddress; + } + + public int getServerPort() { + return serverPort; + } + + public HandshakeType getHandshakeType() { + return handshakeType; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketLoginInLoginStart.java b/src/com/loohp/limbo/Server/Packets/PacketLoginInLoginStart.java new file mode 100644 index 0000000..e158283 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketLoginInLoginStart.java @@ -0,0 +1,24 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketLoginInLoginStart extends Packet { + + private String username; + + public PacketLoginInLoginStart(String username) { + this.username = username; + } + + public PacketLoginInLoginStart(DataInputStream in) throws IOException { + this(DataTypeIO.readString(in)); + } + + public String getUsername() { + return username; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.java b/src/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.java new file mode 100644 index 0000000..8ac0392 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.java @@ -0,0 +1,40 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; +import java.util.UUID; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketLoginOutLoginSuccess extends Packet { + + private UUID uuid; + private String username; + + public PacketLoginOutLoginSuccess(UUID uuid, String username) { + this.uuid = uuid; + this.username = username; + } + + public UUID getUuid() { + return uuid; + } + + public String getUsername() { + return username; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getLoginOut().get(getClass())); + DataTypeIO.writeUUID(output, uuid); + DataTypeIO.writeString(output, username, StandardCharsets.UTF_8); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayInChat.java b/src/com/loohp/limbo/Server/Packets/PacketPlayInChat.java new file mode 100644 index 0000000..b446ff4 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayInChat.java @@ -0,0 +1,24 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketPlayInChat extends Packet { + + private String message; + + public PacketPlayInChat(String message) { + this.message = message; + } + + public PacketPlayInChat(DataInputStream in) throws IOException { + this(DataTypeIO.readString(in)); + } + + public String getMessage() { + return message; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.java b/src/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.java new file mode 100644 index 0000000..e9ef830 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.java @@ -0,0 +1,22 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +public class PacketPlayInKeepAlive extends Packet { + + long payload; + + public PacketPlayInKeepAlive(long payload) { + this.payload = payload; + } + + public PacketPlayInKeepAlive(DataInputStream in) throws IOException { + this(in.readLong()); + } + + public long getPayload() { + return payload; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayInPosition.java b/src/com/loohp/limbo/Server/Packets/PacketPlayInPosition.java new file mode 100644 index 0000000..6da8a44 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayInPosition.java @@ -0,0 +1,40 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +public class PacketPlayInPosition extends Packet { + + private double x; + private double y; + private double z; + private boolean onGround; + + public PacketPlayInPosition(double x, double y, double z, boolean onGround) { + this.x = x; + this.y = y; + this.z = z; + this.onGround = onGround; + } + + public PacketPlayInPosition(DataInputStream in) throws IOException { + this(in.readDouble(), in.readDouble(), in.readDouble(), in.readBoolean()); + } + + public double getX() { + return x; + } + + public double getY() { + return y; + } + + public double getZ() { + return z; + } + + public boolean onGround() { + return onGround; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.java b/src/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.java new file mode 100644 index 0000000..678ece0 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.java @@ -0,0 +1,52 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +public class PacketPlayInPositionAndLook extends Packet { + + private double x; + private double y; + private double z; + private float yaw; + private float pitch; + private boolean onGround; + + public PacketPlayInPositionAndLook(double x, double y, double z, float yaw, float pitch, boolean onGround) { + this.x = x; + this.y = y; + this.z = z; + this.yaw = yaw; + this.pitch = pitch; + this.onGround = onGround; + } + + public PacketPlayInPositionAndLook(DataInputStream in) throws IOException { + this(in.readDouble(), in.readDouble(), in.readDouble(), in.readFloat(), in.readFloat(), in.readBoolean()); + } + + public double getX() { + return x; + } + + public double getY() { + return y; + } + + public double getZ() { + return z; + } + + public float getYaw() { + return yaw; + } + + public float getPitch() { + return pitch; + } + + public boolean onGround() { + return onGround; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutChat.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutChat.java new file mode 100644 index 0000000..a0198d4 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutChat.java @@ -0,0 +1,47 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; +import java.util.UUID; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketPlayOutChat extends Packet { + + private String json; + private int position; + private UUID sender; + + public PacketPlayOutChat(String json, int position, UUID sender) { + this.json = json; + this.position = position; + this.sender = sender; + } + + public String getJson() { + return json; + } + + public int getPosition() { + return position; + } + + public UUID getSender() { + return sender; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + DataTypeIO.writeString(output, json, StandardCharsets.UTF_8); + output.writeByte(position); + DataTypeIO.writeUUID(output, sender); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.java new file mode 100644 index 0000000..6cf77c3 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.java @@ -0,0 +1,29 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +public class PacketPlayOutKeepAlive extends Packet { + + long payload; + + public PacketPlayOutKeepAlive(long payload) { + this.payload = payload; + } + + public long getPayload() { + return payload; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + output.writeLong(payload); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutLogin.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutLogin.java new file mode 100644 index 0000000..7ecf918 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutLogin.java @@ -0,0 +1,136 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; + +import com.loohp.limbo.Utils.DataTypeIO; +import com.loohp.limbo.Utils.GameMode; + +import net.querz.nbt.tag.CompoundTag; + +public class PacketPlayOutLogin extends Packet { + + private int entityId; + private boolean isHardcore; + private GameMode gamemode; + private String[] worldsNames; + private CompoundTag dimensionCodec; + private String dimension; + private String worldName; + private long hashedSeed; + private byte maxPlayers; + private int viewDistance; + private boolean reducedDebugInfo; + private boolean enableRespawnScreen; + private boolean isDebug; + private boolean isFlat; + + public PacketPlayOutLogin(int entityId, boolean isHardcore, GameMode gamemode, + String[] worldsNames, CompoundTag dimensionCodec, String dimension, String worldName, long hashedSeed, + byte maxPlayers, int viewDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, + boolean isFlat) { + this.entityId = entityId; + this.isHardcore = isHardcore; + this.gamemode = gamemode; + this.worldsNames = worldsNames; + this.dimensionCodec = dimensionCodec; + this.dimension = dimension; + this.worldName = worldName; + this.hashedSeed = hashedSeed; + this.maxPlayers = maxPlayers; + this.viewDistance = viewDistance; + this.reducedDebugInfo = reducedDebugInfo; + this.enableRespawnScreen = enableRespawnScreen; + this.isDebug = isDebug; + this.isFlat = isFlat; + } + + public int getEntityId() { + return entityId; + } + + public boolean isHardcore() { + return isHardcore; + } + + public GameMode getGamemode() { + return gamemode; + } + + public String[] getWorldsNames() { + return worldsNames; + } + + public CompoundTag getDimensionCodec() { + return dimensionCodec; + } + + public String getDimension() { + return dimension; + } + + public String getWorldName() { + return worldName; + } + + public long getHashedSeed() { + return hashedSeed; + } + + public byte getMaxPlayers() { + return maxPlayers; + } + + public int getViewDistance() { + return viewDistance; + } + + public boolean isReducedDebugInfo() { + return reducedDebugInfo; + } + + public boolean isEnableRespawnScreen() { + return enableRespawnScreen; + } + + public boolean isDebug() { + return isDebug; + } + + public boolean isFlat() { + return isFlat; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + output.writeInt(entityId); + int i = gamemode.getId(); + if (isHardcore) { + i |= 8; + } + output.writeByte((byte) i); + output.writeByte((byte) gamemode.getId()); + DataTypeIO.writeVarInt(output, worldsNames.length); + for (int u = 0; u < worldsNames.length; u++) { + DataTypeIO.writeString(output, worldsNames[u], StandardCharsets.UTF_8); + } + DataTypeIO.writeCompoundTag(output, dimensionCodec); + DataTypeIO.writeString(output, dimension, StandardCharsets.UTF_8); + DataTypeIO.writeString(output, worldName, StandardCharsets.UTF_8); + output.writeLong(hashedSeed); + output.writeByte((byte) maxPlayers); + DataTypeIO.writeVarInt(output, viewDistance); + output.writeBoolean(reducedDebugInfo); + output.writeBoolean(enableRespawnScreen); + output.writeBoolean(isDebug); + output.writeBoolean(isFlat); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.java new file mode 100644 index 0000000..07042fd --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.java @@ -0,0 +1,131 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.util.Iterator; + +import com.loohp.limbo.Utils.ChunkDataUtils; +import com.loohp.limbo.Utils.DataTypeIO; +import com.loohp.limbo.Utils.GeneratedDataUtils; + +import net.querz.mca.Chunk; +import net.querz.mca.Section; +import net.querz.nbt.tag.CompoundTag; +import net.querz.nbt.tag.ListTag; + +public class PacketPlayOutMapChunk extends Packet { + + private int chunkX; + private int chunkZ; + private Chunk chunk; + + public PacketPlayOutMapChunk(int chunkX, int chunkZ, Chunk chunk) { + this.chunkX = chunkX; + this.chunkZ = chunkZ; + this.chunk = chunk; + } + + public Chunk getChunk() { + return chunk; + } + + public int getChunkX() { + return chunkX; + } + + public int getChunkZ() { + return chunkZ; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + + output.writeInt(chunkX); + output.writeInt(chunkZ); + output.writeBoolean(true); + output.writeBoolean(true); + int bitmask = 0; + for (int i = 0; i < 16; i++) { + Section section = chunk.getSection(i); + if (section != null) { + bitmask = bitmask | (int) Math.pow(2, i); + } + } + DataTypeIO.writeVarInt(output, bitmask); + DataTypeIO.writeCompoundTag(output, chunk.getHeightMaps()); + //for (int i : chunk.getBiomes()) { + // output.writeInt(i); + //} + for (int i = 0; i < 1024; i++) { + output.writeInt(17); + } + + ByteArrayOutputStream dataBuffer = new ByteArrayOutputStream(); + DataOutputStream dataOut = new DataOutputStream(dataBuffer); + for (int i = 0; i < 16; i++) { + Section section = chunk.getSection(i); + if (section != null) { + int counter = 0; + for (int x = 0; x < 16; x++) { + for (int z = 0; z < 16; z++) { + for (int y = 0; y < 16; y++) { + CompoundTag tag = section.getBlockStateAt(x, y, z); + if (tag != null && !tag.getString("Name").equals("minecraft:air")) { + counter++; + } + } + } + } + dataOut.writeShort(counter); + + int newBits = 32 - Integer.numberOfLeadingZeros(section.getPalette().size() - 1); + newBits = Math.max(newBits, 4); + + if (newBits <= 8) { + if (newBits == 4) { + dataOut.writeByte(4); + } else { + newBits = 8; + ChunkDataUtils.adjustBlockStateBits(newBits, section, chunk.getDataVersion()); + dataOut.writeByte(8); + } + + DataTypeIO.writeVarInt(dataOut, section.getPalette().size()); + //System.out.println(section.getPalette().size()); + Iterator itr1 = section.getPalette().iterator(); + //System.out.println("Nonnull -> " + i + " " + newBits); + counter = 0; + while (itr1.hasNext()) { + CompoundTag tag = itr1.next(); + DataTypeIO.writeVarInt(dataOut, GeneratedDataUtils.getGlobalPaletteIDFromState(tag)); + //System.out.println(tag + " -> " + GeneratedDataUtils.getGlobalPaletteIDFromState(tag)); + } + } else { + dataOut.writeByte(14); + } + + DataTypeIO.writeVarInt(dataOut, section.getBlockStates().length); + for (int u = 0; u < section.getBlockStates().length; u++) { + dataOut.writeLong(section.getBlockStates()[u]); + //System.out.println(Arrays.toString(section.getBlockStates())); + } + } + } + byte[] data = dataBuffer.toByteArray(); + DataTypeIO.writeVarInt(output, data.length); + output.write(data); + + ListTag tileEntities = chunk.getTileEntities(); + DataTypeIO.writeVarInt(output, tileEntities.size()); + for (CompoundTag each : tileEntities) { + DataTypeIO.writeCompoundTag(output, each); + } + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.java new file mode 100644 index 0000000..701f300 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.java @@ -0,0 +1,65 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +public class PacketPlayOutPlayerAbilities extends Packet { + + public enum PlayerAbilityFlags { + INVULNERABLE(0x01), + FLY(0x02), + ALLOW_FLYING(0x04), + INSTANT_BREAK(0x08); + + int bitvalue; + + PlayerAbilityFlags(int bitvalue) { + this.bitvalue = bitvalue; + } + + public int getValue() { + return bitvalue; + } + } + + private PlayerAbilityFlags[] flags; + private float flySpeed; + private float fieldOfField; + + public PacketPlayOutPlayerAbilities(float flySpeed, float fieldOfField, PlayerAbilityFlags... flags) { + this.flags = flags; + this.flySpeed = flySpeed; + this.fieldOfField = fieldOfField; + } + + public PlayerAbilityFlags[] getFlags() { + return flags; + } + + public float getFlySpeed() { + return flySpeed; + } + + public float getFieldOfField() { + return fieldOfField; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + int value = 0; + for (PlayerAbilityFlags flag : flags) { + value = value | flag.getValue(); + } + + output.writeByte(value); + output.writeFloat(flySpeed); + output.writeFloat(fieldOfField); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.java new file mode 100644 index 0000000..e310486 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.java @@ -0,0 +1,167 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; +import java.util.Optional; +import java.util.UUID; + +import com.loohp.limbo.Server.Packets.PacketPlayOutPlayerInfo.PlayerInfoData.PlayerInfoDataAddPlayer; +import com.loohp.limbo.Utils.DataTypeIO; +import com.loohp.limbo.Utils.GameMode; + +public class PacketPlayOutPlayerInfo extends Packet { + + public enum PlayerInfoAction { + ADD_PLAYER(0), UPDATE_GAMEMODE(1), UPDATE_LATENCY(2), UPDATE_DISPLAY_NAME(3), REMOVE_PLAYER(4); + + int id; + + PlayerInfoAction(int id) { + this.id = id; + } + + public int getId() { + return id; + } + } + + private PlayerInfoAction action; + private UUID uuid; + private PlayerInfoData data; + + public PacketPlayOutPlayerInfo(PlayerInfoAction action, UUID uuid, PlayerInfoData data) { + this.action = action; + this.uuid = uuid; + this.data = data; + } + + public PlayerInfoAction getAction() { + return action; + } + + public UUID getUuid() { + return uuid; + } + + public PlayerInfoData getData() { + return data; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + DataTypeIO.writeVarInt(output, action.getId()); + DataTypeIO.writeVarInt(output, 1); + DataTypeIO.writeUUID(output, uuid); + + switch (action) { + case ADD_PLAYER: + PlayerInfoDataAddPlayer data = (PlayerInfoDataAddPlayer) this.data; + DataTypeIO.writeString(output, data.getName(), StandardCharsets.UTF_8); + if (data.getProperty().isPresent()) { + DataTypeIO.writeVarInt(output, 1); + DataTypeIO.writeString(output, "textures", StandardCharsets.UTF_8); + DataTypeIO.writeString(output, data.getProperty().get().getSkin(), StandardCharsets.UTF_8); + output.writeBoolean(true); + DataTypeIO.writeString(output, data.getProperty().get().getSignature(), StandardCharsets.UTF_8); + } else { + DataTypeIO.writeVarInt(output, 0); + } + DataTypeIO.writeVarInt(output, data.getGamemode().getId()); + DataTypeIO.writeVarInt(output, data.getPing()); + if (data.getDisplayNameJson().isPresent()) { + output.writeBoolean(true); + DataTypeIO.writeString(output, data.getDisplayNameJson().get(), StandardCharsets.UTF_8); + } else { + output.writeBoolean(false); + } + break; + case REMOVE_PLAYER: + break; + case UPDATE_DISPLAY_NAME: + break; + case UPDATE_GAMEMODE: + break; + case UPDATE_LATENCY: + break; + } + + return buffer.toByteArray(); + } + + // ========= + + public static class PlayerInfoData { + + public static class PlayerInfoDataAddPlayer extends PlayerInfoData { + + private String name; + private Optional skin; + private GameMode gamemode; + private int ping; + private boolean hasDisplayName; + private Optional displayNameJson; + + public PlayerInfoDataAddPlayer(String name, Optional skin, GameMode gamemode, int ping, + boolean hasDisplayName, Optional displayNameJson) { + this.name = name; + this.skin = skin; + this.gamemode = gamemode; + this.ping = ping; + this.hasDisplayName = hasDisplayName; + this.displayNameJson = displayNameJson; + } + + public String getName() { + return name; + } + + public Optional getProperty() { + return skin; + } + + public GameMode getGamemode() { + return gamemode; + } + + public int getPing() { + return ping; + } + + public boolean isHasDisplayName() { + return hasDisplayName; + } + + public Optional getDisplayNameJson() { + return displayNameJson; + } + + public static class PlayerSkinProperty { + + private String skin; + private String signature; + + public PlayerSkinProperty(String skin, String signature) { + this.skin = skin; + this.signature = signature; + } + + public String getSkin() { + return skin; + } + + public String getSignature() { + return signature; + } + + } + + } + + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook.java new file mode 100644 index 0000000..1d6545f --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook.java @@ -0,0 +1,100 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.util.Arrays; +import java.util.Set; +import java.util.stream.Collectors; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketPlayOutPositionAndLook extends Packet { + + public enum PlayerTeleportFlags { + X((byte) 0x01), + Y((byte) 0x02), + Z((byte) 0x04), + Y_ROT((byte) 0x08), + X_ROT((byte) 0x10); + + byte bit; + + PlayerTeleportFlags(byte bit) { + this.bit = bit; + } + + public byte getBit() { + return bit; + } + } + + private double x; + private double y; + private double z; + private float yaw; + private float pitch; + private Set flags; + private int teleportId; + + public PacketPlayOutPositionAndLook(double x, double y, double z, float yaw, float pitch, int teleportId, PlayerTeleportFlags... flags) { + this.x = x; + this.y = y; + this.z = z; + this.yaw = yaw; + this.pitch = pitch; + this.teleportId = teleportId; + this.flags = Arrays.asList(flags).stream().collect(Collectors.toSet()); + } + + public double getX() { + return x; + } + + public double getY() { + return y; + } + + public double getZ() { + return z; + } + + public float getYaw() { + return yaw; + } + + public float getPitch() { + return pitch; + } + + public Set getFlags() { + return flags; + } + + public int getTeleportId() { + return teleportId; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + output.writeDouble(x); + output.writeDouble(y); + output.writeDouble(z); + output.writeFloat(yaw); + output.writeFloat(pitch); + + byte flag = 0; + for (PlayerTeleportFlags each : flags) { + flag = (byte) (flag | each.getBit()); + } + + output.writeByte(flag); + DataTypeIO.writeVarInt(output, teleportId); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.java new file mode 100644 index 0000000..383cdfb --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.java @@ -0,0 +1,37 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketPlayOutShowPlayerSkins extends Packet { + + private int entityId; + + public PacketPlayOutShowPlayerSkins(int entityId) { + this.entityId = entityId; + } + + public int getEntityId() { + return entityId; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + + DataTypeIO.writeVarInt(output, entityId); + output.writeByte(16); + DataTypeIO.writeVarInt(output, 0); + int bitmask = 0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40; + output.writeByte(bitmask); + output.writeByte(0xff); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.java new file mode 100644 index 0000000..668adbb --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.java @@ -0,0 +1,34 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +import com.loohp.limbo.World.BlockPosition; + +public class PacketPlayOutSpawnPosition extends Packet { + + private BlockPosition position; + + public PacketPlayOutSpawnPosition(BlockPosition position) { + this.position = position; + } + + public BlockPosition getPosition() { + return position; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + int x = position.getX(); + int y = position.getY(); + int z = position.getZ(); + output.writeLong(((x & 0x3FFFFFF) << 38) | ((z & 0x3FFFFFF) << 12) | (y & 0xFFF)); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketPlayOutUpdateViewPosition.java b/src/com/loohp/limbo/Server/Packets/PacketPlayOutUpdateViewPosition.java new file mode 100644 index 0000000..d5aab7f --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketPlayOutUpdateViewPosition.java @@ -0,0 +1,38 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketPlayOutUpdateViewPosition extends Packet { + + private int chunkX; + private int chunkZ; + + public PacketPlayOutUpdateViewPosition(int chunkX, int chunkZ) { + this.chunkX = chunkX; + this.chunkZ = chunkZ; + } + + public int getChunkX() { + return chunkX; + } + + public int getChunkZ() { + return chunkZ; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getPlayOut().get(getClass())); + DataTypeIO.writeVarInt(output, chunkX); + DataTypeIO.writeVarInt(output, chunkZ); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketStatusInPing.java b/src/com/loohp/limbo/Server/Packets/PacketStatusInPing.java new file mode 100644 index 0000000..147481e --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketStatusInPing.java @@ -0,0 +1,22 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; +import java.io.IOException; + +public class PacketStatusInPing extends Packet { + + private long payload; + + public PacketStatusInPing(long payload) { + this.payload = payload; + } + + public PacketStatusInPing(DataInputStream in) throws IOException { + this(in.readLong()); + } + + public long getPayload() { + return payload; + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketStatusInRequest.java b/src/com/loohp/limbo/Server/Packets/PacketStatusInRequest.java new file mode 100644 index 0000000..897651f --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketStatusInRequest.java @@ -0,0 +1,15 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.DataInputStream; + +public class PacketStatusInRequest extends Packet { + + public PacketStatusInRequest() { + + } + + public PacketStatusInRequest(DataInputStream in) { + this(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketStatusOutPong.java b/src/com/loohp/limbo/Server/Packets/PacketStatusOutPong.java new file mode 100644 index 0000000..c7361c4 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketStatusOutPong.java @@ -0,0 +1,29 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; + +public class PacketStatusOutPong extends Packet { + + private long payload; + + public PacketStatusOutPong(long payload) { + this.payload = payload; + } + + public long getPayload() { + return payload; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getStatusOut().get(getClass())); + output.writeLong(payload); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/Packets/PacketStatusOutResponse.java b/src/com/loohp/limbo/Server/Packets/PacketStatusOutResponse.java new file mode 100644 index 0000000..cb82e78 --- /dev/null +++ b/src/com/loohp/limbo/Server/Packets/PacketStatusOutResponse.java @@ -0,0 +1,32 @@ +package com.loohp.limbo.Server.Packets; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; + +import com.loohp.limbo.Utils.DataTypeIO; + +public class PacketStatusOutResponse extends Packet { + + private String json; + + public PacketStatusOutResponse(String json) { + this.json = json; + } + + public String getJson() { + return json; + } + + public byte[] getBytes() throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + output.writeByte(Packet.getStatusOut().get(getClass())); + DataTypeIO.writeString(output, json, StandardCharsets.UTF_8); + + return buffer.toByteArray(); + } + +} diff --git a/src/com/loohp/limbo/Server/ServerConnection.java b/src/com/loohp/limbo/Server/ServerConnection.java new file mode 100644 index 0000000..59952a8 --- /dev/null +++ b/src/com/loohp/limbo/Server/ServerConnection.java @@ -0,0 +1,56 @@ +package com.loohp.limbo.Server; + +import java.io.IOException; +import java.net.InetAddress; +import java.net.ServerSocket; +import java.net.Socket; +import java.util.ArrayList; +import java.util.List; + +public class ServerConnection extends Thread { + + private ServerSocket serverSocket; + private List clients; + private String ip; + private int port; + private KeepAliveSender keepAliveSender; + + public ServerConnection(String ip, int port) { + clients = new ArrayList(); + this.ip = ip; + this.port = port; + start(); + keepAliveSender = new KeepAliveSender(); + } + + @Override + public void run() { + try { + serverSocket = new ServerSocket(port, 50, InetAddress.getByName(ip)); + System.out.println("Server listening on [" + serverSocket.getInetAddress().getHostName() + ":" + serverSocket.getLocalPort() + "]"); + while (true) { + Socket connection = serverSocket.accept(); + //String str = connection.getInetAddress().getHostName() + ":" + connection.getPort(); + //System.out.println("[/127.0.0.1:57310] <-> InitialHandler has pinged); + ClientConnection sc = new ClientConnection(connection); + clients.add(sc); + sc.start(); + } + } catch(IOException e) { + e.printStackTrace(); + } + } + + public KeepAliveSender getKeepAliveSender() { + return keepAliveSender; + } + + public ServerSocket getServerSocket() { + return serverSocket; + } + + public List getClients() { + return clients; + } + +} diff --git a/src/com/loohp/limbo/Utils/ChunkDataUtils.java b/src/com/loohp/limbo/Utils/ChunkDataUtils.java new file mode 100644 index 0000000..55d4b2f --- /dev/null +++ b/src/com/loohp/limbo/Utils/ChunkDataUtils.java @@ -0,0 +1,26 @@ +package com.loohp.limbo.Utils; + +import net.querz.mca.Section; + +public class ChunkDataUtils { + + public static void adjustBlockStateBits(int newBits, Section section, int dataVersion) { + //increases or decreases the amount of bits used per BlockState + //based on the size of the palette. + + long[] blockStates = section.getBlockStates(); + long[] newBlockStates; + + if (dataVersion < 2527) { + newBlockStates = newBits == blockStates.length / 64 ? blockStates : new long[newBits * 64]; + } else { + int newLength = (int) Math.ceil(4096D / (64D / newBits)); + newBlockStates = newBits == blockStates.length / 64 ? blockStates : new long[newLength]; + } + for (int i = 0; i < 4096; i++) { + section.setPaletteIndex(i, section.getPaletteIndex(i), newBlockStates); + } + section.setBlockStates(newBlockStates); + } + +} diff --git a/src/com/loohp/limbo/Utils/CustomStringUtils.java b/src/com/loohp/limbo/Utils/CustomStringUtils.java new file mode 100644 index 0000000..c83fb95 --- /dev/null +++ b/src/com/loohp/limbo/Utils/CustomStringUtils.java @@ -0,0 +1,40 @@ +package com.loohp.limbo.Utils; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +public class CustomStringUtils { + + public static boolean arrayContains(String compare, String[] args, boolean IgnoreCase) { + return IgnoreCase ? Arrays.asList(args).stream().anyMatch(each -> each.equalsIgnoreCase(compare)) : Arrays.asList(args).stream().anyMatch(each -> each.equals(compare)); + } + + public static boolean arrayContains(String compare, String[] args) { + return arrayContains(compare, args, true); + } + + public static String[] splitStringToArgs(String str) { + List tokens = new ArrayList(); + StringBuilder sb = new StringBuilder(); + + boolean insideQuote = false; + + for (char c : str.toCharArray()) { + if (c == '"') { + insideQuote = !insideQuote; + } else if (c == ' ' && !insideQuote) { + if (sb.length() > 0) { + tokens.add(sb.toString()); + } + sb.delete(0, sb.length()); + } else { + sb.append(c); + } + } + tokens.add(sb.toString()); + + return tokens.toArray(new String[tokens.size()]); + } + +} diff --git a/src/com/loohp/limbo/Utils/DataTypeIO.java b/src/com/loohp/limbo/Utils/DataTypeIO.java new file mode 100644 index 0000000..0b682ff --- /dev/null +++ b/src/com/loohp/limbo/Utils/DataTypeIO.java @@ -0,0 +1,124 @@ +package com.loohp.limbo.Utils; + +import java.io.ByteArrayOutputStream; +import java.io.DataInputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.Charset; +import java.util.UUID; + +import net.querz.nbt.io.NBTOutputStream; +import net.querz.nbt.tag.CompoundTag; +import net.querz.nbt.tag.Tag; + +public class DataTypeIO { + + public static void writeUUID(DataOutputStream out, UUID uuid) throws IOException { + out.writeLong(uuid.getMostSignificantBits()); + out.writeLong(uuid.getLeastSignificantBits()); + } + + public static void writeCompoundTag(DataOutputStream out, CompoundTag tag) throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + + DataOutputStream output = new DataOutputStream(buffer); + new NBTOutputStream(output).writeTag(tag, Tag.DEFAULT_MAX_DEPTH); + + byte[] b = buffer.toByteArray(); + out.write(b); + } + + public static String readString(DataInputStream in) throws IOException { + int length = readVarInt(in); + + if (length == -1) { + throw new IOException("Premature end of stream."); + } + + byte[] b = new byte[length]; + in.readFully(b); + return new String(b); + } + + public static void writeString(DataOutputStream out, String string, Charset charset) throws IOException { + byte[] bytes = string.getBytes(charset); + writeVarInt(out, bytes.length); + out.write(bytes); + } + + public static int readVarInt(DataInputStream in) throws IOException { + int numRead = 0; + int result = 0; + byte read; + do { + read = in.readByte(); + int value = (read & 0b01111111); + result |= (value << (7 * numRead)); + + numRead++; + if (numRead > 5) { + throw new RuntimeException("VarInt is too big"); + } + } while ((read & 0b10000000) != 0); + + return result; + } + + public static void writeVarInt(DataOutputStream out, int value) throws IOException { + do { + byte temp = (byte)(value & 0b01111111); + // Note: >>> means that the sign bit is shifted with the rest of the number rather than being left alone + value >>>= 7; + if (value != 0) { + temp |= 0b10000000; + } + out.writeByte(temp); + } while (value != 0); + } + + public static int getVarIntLength(int value) throws IOException { + ByteArrayOutputStream buffer = new ByteArrayOutputStream(); + DataOutputStream out = new DataOutputStream(buffer); + do { + byte temp = (byte)(value & 0b01111111); + // Note: >>> means that the sign bit is shifted with the rest of the number rather than being left alone + value >>>= 7; + if (value != 0) { + temp |= 0b10000000; + } + out.writeByte(temp); + } while (value != 0); + return buffer.toByteArray().length; + } + + public static long readVarLong(DataInputStream in) throws IOException { + int numRead = 0; + long result = 0; + byte read; + do { + read = in.readByte(); + long value = (read & 0b01111111); + result |= (value << (7 * numRead)); + + numRead++; + if (numRead > 10) { + throw new RuntimeException("VarLong is too big"); + } + } while ((read & 0b10000000) != 0); + + return result; + } + + public static void writeVarLong(DataOutputStream out, long value) throws IOException { + do { + byte temp = (byte)(value & 0b01111111); + // Note: >>> means that the sign bit is shifted with the rest of the number rather than being left alone + value >>>= 7; + if (value != 0) { + temp |= 0b10000000; + } + out.writeByte(temp); + } while (value != 0); + } + +} diff --git a/src/com/loohp/limbo/Utils/GameMode.java b/src/com/loohp/limbo/Utils/GameMode.java new file mode 100644 index 0000000..68d1bd5 --- /dev/null +++ b/src/com/loohp/limbo/Utils/GameMode.java @@ -0,0 +1,44 @@ +package com.loohp.limbo.Utils; + +public enum GameMode { + + SURVIVAL(0, "survival"), + CREATIVE(1, "creative"), + ADVENTURE(2, "adventure"), + SPECTATOR(3, "spectator"); + + int id; + String name; + + GameMode(int id, String name) { + this.id = id; + this.name = name; + } + + public int getId() { + return id; + } + + public String getName() { + return name; + } + + public static GameMode fromId(int id) { + for (GameMode mode : GameMode.values()) { + if (mode.getId() == id) { + return mode; + } + } + return null; + } + + public static GameMode fromName(String name) { + for (GameMode mode : GameMode.values()) { + if (mode.getName().equalsIgnoreCase(name)) { + return mode; + } + } + return null; + } + +} diff --git a/src/com/loohp/limbo/Utils/GeneratedDataUtils.java b/src/com/loohp/limbo/Utils/GeneratedDataUtils.java new file mode 100644 index 0000000..1286d4a --- /dev/null +++ b/src/com/loohp/limbo/Utils/GeneratedDataUtils.java @@ -0,0 +1,77 @@ +package com.loohp.limbo.Utils; + +import java.io.File; +import java.io.FileReader; +import java.io.IOException; +import java.io.InputStream; +import java.nio.file.Files; +import java.util.HashMap; +import java.util.Map; + +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; +import org.json.simple.parser.JSONParser; +import org.json.simple.parser.ParseException; + +import com.loohp.limbo.Limbo; + +import net.querz.nbt.tag.CompoundTag; + +public class GeneratedDataUtils { + + private static JSONObject globalPalette = new JSONObject(); + + static { + String block = "blocks.json"; + File file = new File(block); + if (!file.exists()) { + try (InputStream in = Limbo.class.getClassLoader().getResourceAsStream(block)) { + Files.copy(in, file.toPath()); + } catch (IOException e) { + e.printStackTrace(); + } + } + + try { + globalPalette = (JSONObject) new JSONParser().parse(new FileReader(file)); + } catch (IOException | ParseException e) { + e.printStackTrace(); + } + } + + @SuppressWarnings("unchecked") + public static int getGlobalPaletteIDFromState(CompoundTag tag) { + String blockname = tag.getString("Name"); + + JSONObject data = (JSONObject) globalPalette.get(blockname); + Object obj = data.get("properties"); + if (obj == null) { + return (int) (long) ((JSONObject) ((JSONArray) data.get("states")).get(0)).get("id"); + } + + //JSONObject properties = (JSONObject) obj; + + if (tag.containsKey("Properties")) { + CompoundTag blockProp = tag.get("Properties", CompoundTag.class); + Map blockstate = new HashMap<>(); + for (String key : blockProp.keySet()) { + blockstate.put(key, blockProp.getString(key)); + } + + for (Object entry : (JSONArray) data.get("states")) { + JSONObject jsonobj = (JSONObject) entry; + if (((JSONObject) jsonobj.get("properties")).keySet().stream().allMatch(key -> blockstate.get(key).equals((String) (((JSONObject) jsonobj.get("properties")).get(key))))) { + return (int) (long) jsonobj.get("id"); + } + } + } + + for (Object entry : (JSONArray) data.get("states")) { + if (((JSONObject) entry).containsKey("default") && ((boolean) ((JSONObject) entry).get("default"))) { + return (int) (long) ((JSONObject) entry).get("id"); + } + } + return 0; + } + +} diff --git a/src/com/loohp/limbo/Utils/ImageUtils.java b/src/com/loohp/limbo/Utils/ImageUtils.java new file mode 100644 index 0000000..2697333 --- /dev/null +++ b/src/com/loohp/limbo/Utils/ImageUtils.java @@ -0,0 +1,18 @@ +package com.loohp.limbo.Utils; + +import java.awt.image.RenderedImage; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.util.Base64; + +import javax.imageio.ImageIO; + +public class ImageUtils { + + public static String imgToBase64String(final RenderedImage img, String formatName) throws IOException { + ByteArrayOutputStream out = new ByteArrayOutputStream(); + ImageIO.write(img, formatName, out); + return Base64.getEncoder().encodeToString(out.toByteArray()); + } + +} diff --git a/src/com/loohp/limbo/Utils/NamespacedKey.java b/src/com/loohp/limbo/Utils/NamespacedKey.java new file mode 100644 index 0000000..c62e736 --- /dev/null +++ b/src/com/loohp/limbo/Utils/NamespacedKey.java @@ -0,0 +1,68 @@ +package com.loohp.limbo.Utils; + +public class NamespacedKey { + + String namespace; + String key; + + public NamespacedKey(String namespacedKey) { + int index = namespacedKey.indexOf(":"); + if (index >= 0) { + this.namespace = namespacedKey.substring(0, index); + this.key = namespacedKey.substring(index + 1); + } else { + this.namespace = "minecraft"; + this.key = namespacedKey; + } + } + + public NamespacedKey(String namespace, String key) { + this.namespace = namespace; + this.key = key; + } + + public String getNamespace() { + return namespace; + } + + public String getKey() { + return key; + } + + @Override + public String toString() { + return namespace + ":" + key; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((key == null) ? 0 : key.hashCode()); + result = prime * result + ((namespace == null) ? 0 : namespace.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + NamespacedKey other = (NamespacedKey) obj; + if (key == null) { + if (other.key != null) + return false; + } else if (!key.equals(other.key)) + return false; + if (namespace == null) { + if (other.namespace != null) + return false; + } else if (!namespace.equals(other.namespace)) + return false; + return true; + } + +} diff --git a/src/com/loohp/limbo/Utils/SchematicConvertionUtils.java b/src/com/loohp/limbo/Utils/SchematicConvertionUtils.java new file mode 100644 index 0000000..bd4f548 --- /dev/null +++ b/src/com/loohp/limbo/Utils/SchematicConvertionUtils.java @@ -0,0 +1,41 @@ +package com.loohp.limbo.Utils; + +import net.querz.nbt.tag.CompoundTag; + +public class SchematicConvertionUtils { + + public static CompoundTag toTileEntityTag(CompoundTag tag) { + int[] pos = tag.getIntArray("Pos"); + tag.remove("Pos"); + tag.remove("Id"); + tag.putInt("x", pos[0]); + tag.putInt("y", pos[1]); + tag.putInt("z", pos[2]); + return tag; + } + + public static CompoundTag toBlockTag(String input) { + int index = input.indexOf("["); + CompoundTag tag = new CompoundTag(); + if (index < 0) { + tag.putString("Name", new NamespacedKey(input).toString()); + return tag; + } + + tag.putString("Name", new NamespacedKey(input.substring(0, index)).toString()); + + String[] states = input.substring(index + 1, input.lastIndexOf("]")).replace(" ", "").split(","); + + CompoundTag properties = new CompoundTag(); + for (String state : states) { + String key = state.substring(0, state.indexOf("=")); + String value = state.substring(state.indexOf("=") + 1); + properties.putString(key, value); + } + + tag.put("Properties", properties); + + return tag; + } + +} diff --git a/src/com/loohp/limbo/Utils/SkinUtils.java b/src/com/loohp/limbo/Utils/SkinUtils.java new file mode 100644 index 0000000..adc53bf --- /dev/null +++ b/src/com/loohp/limbo/Utils/SkinUtils.java @@ -0,0 +1,81 @@ +package com.loohp.limbo.Utils; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStreamReader; +import java.net.URL; +import java.util.UUID; +import java.util.stream.Collectors; + +import javax.net.ssl.HttpsURLConnection; + +public class SkinUtils { + + public static class SkinResponse { + + String skin; + String signature; + + public SkinResponse(String skin, String signature) { + this.skin = skin; + this.signature = signature; + } + + public String getSkin() { + return skin; + } + + public String getSignature() { + return signature; + } + + } + + public static SkinResponse getSkinFromMojangServer(String username) { + try { + URL url = new URL("https://api.mojang.com/users/profiles/minecraft/" + username); + HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); + connection.setUseCaches(false); + connection.setDefaultUseCaches(false); + connection.addRequestProperty("User-Agent", "Mozilla/5.0"); + connection.addRequestProperty("Cache-Control", "no-cache, no-store, must-revalidate"); + connection.addRequestProperty("Pragma", "no-cache"); + if (connection.getResponseCode() == HttpsURLConnection.HTTP_OK) { + String reply = new BufferedReader(new InputStreamReader(connection.getInputStream())).readLine(); + String uuid = reply.split("\"id\":\"")[1].split("\"")[0]; + return getSkinFromMojangServer(UUID.fromString(uuid.replaceFirst( "([0-9a-fA-F]{8})([0-9a-fA-F]{4})([0-9a-fA-F]{4})([0-9a-fA-F]{4})([0-9a-fA-F]+)", "$1-$2-$3-$4-$5" ))); + } else { + System.out.println("Connection could not be opened (Response code " + connection.getResponseCode() + ", " + connection.getResponseMessage() + ")"); + return null; + } + } catch (IOException e) { + e.printStackTrace(); + return null; + } + } + + public static SkinResponse getSkinFromMojangServer(UUID uuid) { + try { + URL url = new URL("https://sessionserver.mojang.com/session/minecraft/profile/" + uuid.toString() + "?unsigned=false"); + HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); + connection.setUseCaches(false); + connection.setDefaultUseCaches(false); + connection.addRequestProperty("User-Agent", "Mozilla/5.0"); + connection.addRequestProperty("Cache-Control", "no-cache, no-store, must-revalidate"); + connection.addRequestProperty("Pragma", "no-cache"); + if (connection.getResponseCode() == HttpsURLConnection.HTTP_OK) { + String reply = String.join("", new BufferedReader(new InputStreamReader(connection.getInputStream())).lines().collect(Collectors.toList())).replace(" ", ""); + String skin = reply.split("\"value\":\"")[1].split("\"")[0]; + String signature = reply.split("\"signature\":\"")[1].split("\"")[0]; + return new SkinResponse(skin, signature); + } else { + System.out.println("Connection could not be opened (Response code " + connection.getResponseCode() + ", " + connection.getResponseMessage() + ")"); + return null; + } + } catch (IOException e) { + e.printStackTrace(); + return null; + } + } + +} diff --git a/src/com/loohp/limbo/World/BlockPosition.java b/src/com/loohp/limbo/World/BlockPosition.java new file mode 100644 index 0000000..a5da8f2 --- /dev/null +++ b/src/com/loohp/limbo/World/BlockPosition.java @@ -0,0 +1,31 @@ +package com.loohp.limbo.World; + +import com.loohp.limbo.Location.Location; + +public class BlockPosition { + private int x; + private int y; + private int z; + + public BlockPosition(int x, int y, int z) { + this.x = x; + this.y = y; + this.z = z; + } + + public int getX() { + return this.x; + } + + public int getY() { + return this.y; + } + + public int getZ() { + return this.z; + } + + public static BlockPosition from(Location location) { + return new BlockPosition((int) Math.floor(location.getX()), (int) Math.floor(location.getY()), (int) Math.floor(location.getZ())); + } +} diff --git a/src/com/loohp/limbo/World/DimensionRegistry.java b/src/com/loohp/limbo/World/DimensionRegistry.java new file mode 100644 index 0000000..628ca3d --- /dev/null +++ b/src/com/loohp/limbo/World/DimensionRegistry.java @@ -0,0 +1,78 @@ +package com.loohp.limbo.World; + +import net.querz.nbt.tag.CompoundTag; +import net.querz.nbt.tag.ListTag; + +public class DimensionRegistry { + + public static CompoundTag defaultTag; + + static { + resetTag(); + } + + public static void resetTag() { + CompoundTag overworld = new CompoundTag(); + overworld.putString("name", "minecraft:overworld"); + overworld.putByte("natural", (byte) 1); + overworld.putFloat("ambient_light", 0.4F); + overworld.putByte("has_ceiling", (byte) 0); + overworld.putByte("has_skylight", (byte) 1); + overworld.putLong("fixed_time", 0); + overworld.putByte("shrunk", (byte) 0); + overworld.putByte("ultrawarm", (byte) 0); + overworld.putByte("has_raids", (byte) 1); + overworld.putByte("respawn_anchor_works", (byte) 0); + overworld.putByte("bed_works", (byte) 1); + overworld.putByte("piglin_safe", (byte) 0); + overworld.putInt("logical_height", 256); + overworld.putString("infiniburn", ""); + + CompoundTag nether = new CompoundTag(); + nether.putString("name", "minecraft:nether"); + nether.putByte("natural", (byte) 0); + nether.putFloat("ambient_light", 0.6F); + nether.putByte("has_ceiling", (byte) 1); + nether.putByte("has_skylight", (byte) 0); + nether.putLong("fixed_time", 0); + nether.putByte("shrunk", (byte) 1); + nether.putByte("ultrawarm", (byte) 1); + nether.putByte("has_raids", (byte) 0); + nether.putByte("respawn_anchor_works", (byte) 1); + nether.putByte("bed_works", (byte) 0); + nether.putByte("piglin_safe", (byte) 1); + nether.putInt("logical_height", 256); + nether.putString("infiniburn", ""); + + CompoundTag the_end = new CompoundTag(); + the_end.putString("name", "minecraft:the_end"); + the_end.putByte("natural", (byte) 0); + the_end.putFloat("ambient_light", 0.3F); + the_end.putByte("has_ceiling", (byte) 0); + the_end.putByte("has_skylight", (byte) 0); + the_end.putLong("fixed_time", 0); + the_end.putByte("shrunk", (byte) 0); + the_end.putByte("ultrawarm", (byte) 0); + the_end.putByte("has_raids", (byte) 0); + the_end.putByte("respawn_anchor_works", (byte) 0); + the_end.putByte("bed_works", (byte) 0); + the_end.putByte("piglin_safe", (byte) 1); + the_end.putInt("logical_height", 256); + the_end.putString("infiniburn", ""); + + ListTag listtag = new ListTag(CompoundTag.class); + listtag.add(overworld); + listtag.add(nether); + listtag.add(the_end); + + CompoundTag dimensionTag = new CompoundTag(); + dimensionTag.put("dimension", listtag); + + defaultTag = dimensionTag; + } + + public static CompoundTag getCodec() { + return defaultTag; + } + +} diff --git a/src/com/loohp/limbo/World/Schematic.java b/src/com/loohp/limbo/World/Schematic.java new file mode 100644 index 0000000..695db2a --- /dev/null +++ b/src/com/loohp/limbo/World/Schematic.java @@ -0,0 +1,67 @@ +package com.loohp.limbo.World; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; + +import com.loohp.limbo.Utils.SchematicConvertionUtils; + +import net.querz.mca.Chunk; +import net.querz.nbt.tag.CompoundTag; +import net.querz.nbt.tag.ListTag; + + +public class Schematic { + + public static World toWorld(String name, CompoundTag nbt) { + short width = nbt.getShort("Width"); + short length = nbt.getShort("Length"); + short height = nbt.getShort("Height"); + byte[] blocks = nbt.getByteArray("BlockData"); + CompoundTag palette = nbt.getCompoundTag("Palette"); + ListTag blockEntities = nbt.getListTag("BlockEntities").asTypedList(CompoundTag.class); + Map mapping = new HashMap<>(); + for (String key : palette.keySet()) { + mapping.put(palette.getInt(key), key); + } + + World world = new World(name, width, length); + for (int x = 0; x < width; x++) { + for (int y = 0; y < height; y++) { + for (int z = 0; z < length; z++) { + int blockIndex = x + z * width + y * width * length; + world.setBlock(x, y, z, mapping.get(blocks[blockIndex] < 0 ? blocks[blockIndex] + 256 : blocks[blockIndex])); + Chunk chunk = world.getChunkAtWorldPos(x, z); + + Iterator itr = blockEntities.iterator(); + while (itr.hasNext()) { + CompoundTag tag = itr.next(); + int[] pos = tag.getIntArray("Pos"); + + if (pos[0] == x && pos[1] == y && pos[2] == z) { + ListTag newTag = chunk.getTileEntities(); + newTag.add(SchematicConvertionUtils.toTileEntityTag(tag)); + chunk.setTileEntities(newTag); + itr.remove(); + break; + } + } + } + } + } + + for (Chunk[] chunkarray : world.getChunks()) { + for (Chunk chunk : chunkarray) { + if (chunk != null) { + CompoundTag heightMap = new CompoundTag(); + heightMap.putLongArray("MOTION_BLOCKING", new long[] {1371773531765642314L,1389823183635651148L,1371738278539598925L,1389823183635388492L,1353688558756731469L,1389823114781694027L,1317765589597723213L,1371773531899860042L,1389823183635651149L,1371773462911685197L,1389823183635650636L,1353688626805119565L,1371773531900123211L,1335639250618849869L,1371738278674077258L,1389823114781694028L,1353723811310638154L,1371738278674077259L,1335674228429068364L,1335674228429067338L,1335674228698027594L,1317624576693539402L,1335709481520370249L,1299610178184057417L,1335638906349064264L,1299574993811968586L,1299574924958011464L,1299610178184056904L,1299574924958011464L,1299610109330100296L,1299574924958011464L,1299574924823793736L,1299574924958011465L,1281525273222484040L,1299574924958011464L,1281525273222484040L,9548107335L}); + chunk.setHeightMaps(heightMap); + chunk.setBiomes(new int[256]); + //chunk.cleanupPalettesAndBlockStates(); + } + } + } + + return world; + } +} \ No newline at end of file diff --git a/src/com/loohp/limbo/World/World.java b/src/com/loohp/limbo/World/World.java new file mode 100644 index 0000000..9177bc7 --- /dev/null +++ b/src/com/loohp/limbo/World/World.java @@ -0,0 +1,53 @@ +package com.loohp.limbo.World; + +import com.loohp.limbo.Utils.SchematicConvertionUtils; + +import net.querz.mca.Chunk; +import net.querz.nbt.tag.CompoundTag; +import net.querz.nbt.tag.ListTag; + +public class World { + + private String name; + private Chunk[][] chunks; + + public World(String name, int width, int length) { + this.name = name; + this.chunks = new Chunk[(width >> 4) + 1][(length >> 4) + 1]; + + for (int x = 0; x < chunks.length; x++) { + for (int z = 0; z < chunks[x].length; z++) { + chunks[x][z] = Chunk.newChunk(); + Chunk chunk = chunks[x][z]; + chunk.cleanupPalettesAndBlockStates(); + CompoundTag heightMap = new CompoundTag(); + heightMap.putLongArray("MOTION_BLOCKING", new long[] {1371773531765642314L,1389823183635651148L,1371738278539598925L,1389823183635388492L,1353688558756731469L,1389823114781694027L,1317765589597723213L,1371773531899860042L,1389823183635651149L,1371773462911685197L,1389823183635650636L,1353688626805119565L,1371773531900123211L,1335639250618849869L,1371738278674077258L,1389823114781694028L,1353723811310638154L,1371738278674077259L,1335674228429068364L,1335674228429067338L,1335674228698027594L,1317624576693539402L,1335709481520370249L,1299610178184057417L,1335638906349064264L,1299574993811968586L,1299574924958011464L,1299610178184056904L,1299574924958011464L,1299610109330100296L,1299574924958011464L,1299574924823793736L,1299574924958011465L,1281525273222484040L,1299574924958011464L,1281525273222484040L,9548107335L}); + chunk.setHeightMaps(heightMap); + chunk.setBiomes(new int[256]); + chunk.setTileEntities(new ListTag(CompoundTag.class)); + } + } + } + + public void setBlock(int x, int y, int z, String blockdata) { + Chunk chunk = this.chunks[(x >> 4)][(z >> 4)]; + if (chunk == null) { + chunk = Chunk.newChunk(); + this.chunks[(x >> 4)][(z >> 4)] = chunk; + } + CompoundTag block = SchematicConvertionUtils.toBlockTag(blockdata); + chunk.setBlockStateAt(x, y, z, block, false); + } + + public Chunk[][] getChunks() { + return this.chunks; + } + + public Chunk getChunkAtWorldPos(int x, int z) { + return this.chunks[(x >> 4)][(z >> 4)]; + } + + public String getName() { + return name; + } +} diff --git a/src/server.properties b/src/server.properties new file mode 100644 index 0000000..58c0b84 --- /dev/null +++ b/src/server.properties @@ -0,0 +1,32 @@ +#Server max players, -1 for no limit +max-players=-1 + +#Server port +server-port=30000 + +#Server ip, localhost for local access only +server-ip=localhost + +#World Name and the Schematic file containing map +level-name=world;spawn.schem + +#Dimension, "minecraft:overworld", "minecraft:nether" or "minecraft:the_end" +level-dimension=minecraft:the_end + +#Whether Flying is allowed +allow-flight=false + +#GameMode, survival, creative, adventure, spectator +default-gamemode=creative + +#Spawn location +world-spawn=world;20.5;17;22.5;-90;0 + +#Reduce debug info +reduced-debug-info=false + +#Server list message in Json +motd={"text":"","extra":[{"text":"H ","color":"#E8162E"},{"text":"M ","color":"#F9D52B"},{"text":"G ","color":"#28B31F"},{"text":"! ","color":"blue"},{"text":"!","color":"dark_purple"},{"text":"\n"},{"text":"Be the first to join!","color":"yellow"}]} + +#Server list version as string +version=Limbo! \ No newline at end of file diff --git a/target/classes/blocks.json b/target/classes/blocks.json new file mode 100644 index 0000000..9f035b2 --- /dev/null +++ b/target/classes/blocks.json @@ -0,0 +1,171852 @@ +{ + "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:nether_gold_ore": { + "states": [ + { + "id": 72, + "default": true + } + ] + }, + "minecraft:oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 73 + }, + { + "properties": { + "axis": "y" + }, + "id": 74, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 75 + } + ] + }, + "minecraft:spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 76 + }, + { + "properties": { + "axis": "y" + }, + "id": 77, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 78 + } + ] + }, + "minecraft:birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 79 + }, + { + "properties": { + "axis": "y" + }, + "id": 80, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 81 + } + ] + }, + "minecraft:jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 82 + }, + { + "properties": { + "axis": "y" + }, + "id": 83, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 84 + } + ] + }, + "minecraft:acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 85 + }, + { + "properties": { + "axis": "y" + }, + "id": 86, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 87 + } + ] + }, + "minecraft:dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 88 + }, + { + "properties": { + "axis": "y" + }, + "id": 89, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 90 + } + ] + }, + "minecraft:stripped_spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 91 + }, + { + "properties": { + "axis": "y" + }, + "id": 92, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 93 + } + ] + }, + "minecraft:stripped_birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 94 + }, + { + "properties": { + "axis": "y" + }, + "id": 95, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 96 + } + ] + }, + "minecraft:stripped_jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 97 + }, + { + "properties": { + "axis": "y" + }, + "id": 98, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 99 + } + ] + }, + "minecraft:stripped_acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 100 + }, + { + "properties": { + "axis": "y" + }, + "id": 101, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 102 + } + ] + }, + "minecraft:stripped_dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 103 + }, + { + "properties": { + "axis": "y" + }, + "id": 104, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 105 + } + ] + }, + "minecraft:stripped_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 106 + }, + { + "properties": { + "axis": "y" + }, + "id": 107, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 108 + } + ] + }, + "minecraft:oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 109 + }, + { + "properties": { + "axis": "y" + }, + "id": 110, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 111 + } + ] + }, + "minecraft:spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 112 + }, + { + "properties": { + "axis": "y" + }, + "id": 113, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 114 + } + ] + }, + "minecraft:birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 115 + }, + { + "properties": { + "axis": "y" + }, + "id": 116, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 117 + } + ] + }, + "minecraft:jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 118 + }, + { + "properties": { + "axis": "y" + }, + "id": 119, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 120 + } + ] + }, + "minecraft:acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 121 + }, + { + "properties": { + "axis": "y" + }, + "id": 122, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 123 + } + ] + }, + "minecraft:dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 124 + }, + { + "properties": { + "axis": "y" + }, + "id": 125, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 126 + } + ] + }, + "minecraft:stripped_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 127 + }, + { + "properties": { + "axis": "y" + }, + "id": 128, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 129 + } + ] + }, + "minecraft:stripped_spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 130 + }, + { + "properties": { + "axis": "y" + }, + "id": 131, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 132 + } + ] + }, + "minecraft:stripped_birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 133 + }, + { + "properties": { + "axis": "y" + }, + "id": 134, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 135 + } + ] + }, + "minecraft:stripped_jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 136 + }, + { + "properties": { + "axis": "y" + }, + "id": 137, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 138 + } + ] + }, + "minecraft:stripped_acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 139 + }, + { + "properties": { + "axis": "y" + }, + "id": 140, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 141 + } + ] + }, + "minecraft:stripped_dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 142 + }, + { + "properties": { + "axis": "y" + }, + "id": 143, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 144 + } + ] + }, + "minecraft:oak_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 145 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 146 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 147 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 148 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 149 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 150 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 151 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 152 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 153 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 154 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 155 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 156 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 157 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 158, + "default": true + } + ] + }, + "minecraft:spruce_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 159 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 160 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 161 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 162 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 163 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 164 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 165 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 166 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 167 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 168 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 169 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 170 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 171 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 172, + "default": true + } + ] + }, + "minecraft:birch_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 173 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 174 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 175 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 176 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 177 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 178 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 179 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 180 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 181 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 182 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 183 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 184 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 185 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 186, + "default": true + } + ] + }, + "minecraft:jungle_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 187 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 188 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 189 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 190 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 191 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 192 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 193 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 194 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 195 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 196 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 197 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 198 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 199 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 200, + "default": true + } + ] + }, + "minecraft:acacia_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 201 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 202 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 203 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 204 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 205 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 206 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 207 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 208 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 209 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 210 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 211 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 212 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 213 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 214, + "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": 215 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 216 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 217 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 218 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 219 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 220 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 221 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 222 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 223 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 224 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 225 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 226 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 227 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 228, + "default": true + } + ] + }, + "minecraft:sponge": { + "states": [ + { + "id": 229, + "default": true + } + ] + }, + "minecraft:wet_sponge": { + "states": [ + { + "id": 230, + "default": true + } + ] + }, + "minecraft:glass": { + "states": [ + { + "id": 231, + "default": true + } + ] + }, + "minecraft:lapis_ore": { + "states": [ + { + "id": 232, + "default": true + } + ] + }, + "minecraft:lapis_block": { + "states": [ + { + "id": 233, + "default": true + } + ] + }, + "minecraft:dispenser": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 234 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 235, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 236 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 237 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 238 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 239 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 240 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 241 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 242 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 243 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 244 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 245 + } + ] + }, + "minecraft:sandstone": { + "states": [ + { + "id": 246, + "default": true + } + ] + }, + "minecraft:chiseled_sandstone": { + "states": [ + { + "id": 247, + "default": true + } + ] + }, + "minecraft:cut_sandstone": { + "states": [ + { + "id": 248, + "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": 249 + }, + { + "properties": { + "instrument": "harp", + "note": "0", + "powered": "false" + }, + "id": 250, + "default": true + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "true" + }, + "id": 251 + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "false" + }, + "id": 252 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "true" + }, + "id": 253 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "false" + }, + "id": 254 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "true" + }, + "id": 255 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "false" + }, + "id": 256 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "true" + }, + "id": 257 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "false" + }, + "id": 258 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "true" + }, + "id": 259 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "false" + }, + "id": 260 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "true" + }, + "id": 261 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "false" + }, + "id": 262 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "true" + }, + "id": 263 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "false" + }, + "id": 264 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "true" + }, + "id": 265 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "false" + }, + "id": 266 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "true" + }, + "id": 267 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "false" + }, + "id": 268 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "true" + }, + "id": 269 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "false" + }, + "id": 270 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "true" + }, + "id": 271 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "false" + }, + "id": 272 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "true" + }, + "id": 273 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "false" + }, + "id": 274 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "true" + }, + "id": 275 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "false" + }, + "id": 276 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "true" + }, + "id": 277 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "false" + }, + "id": 278 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "true" + }, + "id": 279 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "false" + }, + "id": 280 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "true" + }, + "id": 281 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "false" + }, + "id": 282 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "true" + }, + "id": 283 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "false" + }, + "id": 284 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "true" + }, + "id": 285 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "false" + }, + "id": 286 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "true" + }, + "id": 287 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "false" + }, + "id": 288 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "true" + }, + "id": 289 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "false" + }, + "id": 290 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "true" + }, + "id": 291 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "false" + }, + "id": 292 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "true" + }, + "id": 293 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "false" + }, + "id": 294 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "true" + }, + "id": 295 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "false" + }, + "id": 296 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "true" + }, + "id": 297 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "false" + }, + "id": 298 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "true" + }, + "id": 299 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "false" + }, + "id": 300 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "true" + }, + "id": 301 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "false" + }, + "id": 302 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "true" + }, + "id": 303 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "false" + }, + "id": 304 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "true" + }, + "id": 305 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "false" + }, + "id": 306 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "true" + }, + "id": 307 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "false" + }, + "id": 308 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "true" + }, + "id": 309 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "false" + }, + "id": 310 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "true" + }, + "id": 311 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "false" + }, + "id": 312 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "true" + }, + "id": 313 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "false" + }, + "id": 314 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "true" + }, + "id": 315 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "false" + }, + "id": 316 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "true" + }, + "id": 317 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "false" + }, + "id": 318 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "true" + }, + "id": 319 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "false" + }, + "id": 320 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "true" + }, + "id": 321 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "false" + }, + "id": 322 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "true" + }, + "id": 323 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "false" + }, + "id": 324 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "true" + }, + "id": 325 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "false" + }, + "id": 326 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "true" + }, + "id": 327 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "false" + }, + "id": 328 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "true" + }, + "id": 329 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "false" + }, + "id": 330 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "true" + }, + "id": 331 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "false" + }, + "id": 332 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "true" + }, + "id": 333 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "false" + }, + "id": 334 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "true" + }, + "id": 335 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "false" + }, + "id": 336 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "true" + }, + "id": 337 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "false" + }, + "id": 338 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "true" + }, + "id": 339 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "false" + }, + "id": 340 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "true" + }, + "id": 341 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "false" + }, + "id": 342 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "true" + }, + "id": 343 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "false" + }, + "id": 344 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "true" + }, + "id": 345 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "false" + }, + "id": 346 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "true" + }, + "id": 347 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "false" + }, + "id": 348 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "true" + }, + "id": 349 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "false" + }, + "id": 350 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "true" + }, + "id": 351 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "false" + }, + "id": 352 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "true" + }, + "id": 353 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "false" + }, + "id": 354 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "true" + }, + "id": 355 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "false" + }, + "id": 356 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "true" + }, + "id": 357 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "false" + }, + "id": 358 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "true" + }, + "id": 359 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "false" + }, + "id": 360 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "true" + }, + "id": 361 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "false" + }, + "id": 362 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "true" + }, + "id": 363 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "false" + }, + "id": 364 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "true" + }, + "id": 365 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "false" + }, + "id": 366 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "true" + }, + "id": 367 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "false" + }, + "id": 368 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "true" + }, + "id": 369 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "false" + }, + "id": 370 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "true" + }, + "id": 371 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "false" + }, + "id": 372 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "true" + }, + "id": 373 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "false" + }, + "id": 374 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "true" + }, + "id": 375 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "false" + }, + "id": 376 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "true" + }, + "id": 377 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "false" + }, + "id": 378 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "true" + }, + "id": 379 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "false" + }, + "id": 380 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "true" + }, + "id": 381 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "false" + }, + "id": 382 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "true" + }, + "id": 383 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "false" + }, + "id": 384 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "true" + }, + "id": 385 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "false" + }, + "id": 386 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "true" + }, + "id": 387 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "false" + }, + "id": 388 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "true" + }, + "id": 389 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "false" + }, + "id": 390 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "true" + }, + "id": 391 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "false" + }, + "id": 392 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "true" + }, + "id": 393 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "false" + }, + "id": 394 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "true" + }, + "id": 395 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "false" + }, + "id": 396 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "true" + }, + "id": 397 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "false" + }, + "id": 398 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "true" + }, + "id": 399 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "false" + }, + "id": 400 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "true" + }, + "id": 401 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "false" + }, + "id": 402 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "true" + }, + "id": 403 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "false" + }, + "id": 404 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "true" + }, + "id": 405 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "false" + }, + "id": 406 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "true" + }, + "id": 407 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "false" + }, + "id": 408 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "true" + }, + "id": 409 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "false" + }, + "id": 410 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "true" + }, + "id": 411 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "false" + }, + "id": 412 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "true" + }, + "id": 413 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "false" + }, + "id": 414 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "true" + }, + "id": 415 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "false" + }, + "id": 416 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "true" + }, + "id": 417 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "false" + }, + "id": 418 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "true" + }, + "id": 419 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "false" + }, + "id": 420 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "true" + }, + "id": 421 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "false" + }, + "id": 422 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "true" + }, + "id": 423 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "false" + }, + "id": 424 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "true" + }, + "id": 425 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "false" + }, + "id": 426 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "true" + }, + "id": 427 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "false" + }, + "id": 428 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "true" + }, + "id": 429 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "false" + }, + "id": 430 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "true" + }, + "id": 431 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "false" + }, + "id": 432 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "true" + }, + "id": 433 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "false" + }, + "id": 434 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "true" + }, + "id": 435 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "false" + }, + "id": 436 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "true" + }, + "id": 437 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "false" + }, + "id": 438 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "true" + }, + "id": 439 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "false" + }, + "id": 440 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "true" + }, + "id": 441 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "false" + }, + "id": 442 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "true" + }, + "id": 443 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "false" + }, + "id": 444 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "true" + }, + "id": 445 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "false" + }, + "id": 446 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "true" + }, + "id": 447 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "false" + }, + "id": 448 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "true" + }, + "id": 449 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "false" + }, + "id": 450 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "true" + }, + "id": 451 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "false" + }, + "id": 452 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "true" + }, + "id": 453 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "false" + }, + "id": 454 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "true" + }, + "id": 455 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "false" + }, + "id": 456 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "true" + }, + "id": 457 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "false" + }, + "id": 458 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "true" + }, + "id": 459 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "false" + }, + "id": 460 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "true" + }, + "id": 461 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "false" + }, + "id": 462 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "true" + }, + "id": 463 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "false" + }, + "id": 464 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "true" + }, + "id": 465 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "false" + }, + "id": 466 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "true" + }, + "id": 467 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "false" + }, + "id": 468 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "true" + }, + "id": 469 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "false" + }, + "id": 470 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "true" + }, + "id": 471 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "false" + }, + "id": 472 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "true" + }, + "id": 473 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "false" + }, + "id": 474 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "true" + }, + "id": 475 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "false" + }, + "id": 476 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "true" + }, + "id": 477 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "false" + }, + "id": 478 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "true" + }, + "id": 479 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "false" + }, + "id": 480 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "true" + }, + "id": 481 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "false" + }, + "id": 482 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "true" + }, + "id": 483 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "false" + }, + "id": 484 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "true" + }, + "id": 485 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "false" + }, + "id": 486 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "true" + }, + "id": 487 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "false" + }, + "id": 488 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "true" + }, + "id": 489 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "false" + }, + "id": 490 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "true" + }, + "id": 491 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "false" + }, + "id": 492 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "true" + }, + "id": 493 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "false" + }, + "id": 494 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "true" + }, + "id": 495 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "false" + }, + "id": 496 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "true" + }, + "id": 497 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "false" + }, + "id": 498 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "true" + }, + "id": 499 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "false" + }, + "id": 500 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "true" + }, + "id": 501 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "false" + }, + "id": 502 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "true" + }, + "id": 503 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "false" + }, + "id": 504 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "true" + }, + "id": 505 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "false" + }, + "id": 506 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "true" + }, + "id": 507 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "false" + }, + "id": 508 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "true" + }, + "id": 509 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "false" + }, + "id": 510 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "true" + }, + "id": 511 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "false" + }, + "id": 512 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "true" + }, + "id": 513 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "false" + }, + "id": 514 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "true" + }, + "id": 515 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "false" + }, + "id": 516 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "true" + }, + "id": 517 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "false" + }, + "id": 518 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "true" + }, + "id": 519 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "false" + }, + "id": 520 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "true" + }, + "id": 521 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "false" + }, + "id": 522 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "true" + }, + "id": 523 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "false" + }, + "id": 524 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "true" + }, + "id": 525 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "false" + }, + "id": 526 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "true" + }, + "id": 527 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "false" + }, + "id": 528 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "true" + }, + "id": 529 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "false" + }, + "id": 530 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "true" + }, + "id": 531 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "false" + }, + "id": 532 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "true" + }, + "id": 533 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "false" + }, + "id": 534 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "true" + }, + "id": 535 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "false" + }, + "id": 536 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "true" + }, + "id": 537 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "false" + }, + "id": 538 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "true" + }, + "id": 539 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "false" + }, + "id": 540 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "true" + }, + "id": 541 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "false" + }, + "id": 542 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "true" + }, + "id": 543 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "false" + }, + "id": 544 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "true" + }, + "id": 545 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "false" + }, + "id": 546 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "true" + }, + "id": 547 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "false" + }, + "id": 548 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "true" + }, + "id": 549 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "false" + }, + "id": 550 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "true" + }, + "id": 551 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "false" + }, + "id": 552 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "true" + }, + "id": 553 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "false" + }, + "id": 554 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "true" + }, + "id": 555 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "false" + }, + "id": 556 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "true" + }, + "id": 557 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "false" + }, + "id": 558 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "true" + }, + "id": 559 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "false" + }, + "id": 560 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "true" + }, + "id": 561 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "false" + }, + "id": 562 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "true" + }, + "id": 563 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "false" + }, + "id": 564 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "true" + }, + "id": 565 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "false" + }, + "id": 566 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "true" + }, + "id": 567 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "false" + }, + "id": 568 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "true" + }, + "id": 569 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "false" + }, + "id": 570 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "true" + }, + "id": 571 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "false" + }, + "id": 572 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "true" + }, + "id": 573 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "false" + }, + "id": 574 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "true" + }, + "id": 575 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "false" + }, + "id": 576 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "true" + }, + "id": 577 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "false" + }, + "id": 578 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "true" + }, + "id": 579 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "false" + }, + "id": 580 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "true" + }, + "id": 581 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "false" + }, + "id": 582 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "true" + }, + "id": 583 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "false" + }, + "id": 584 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "true" + }, + "id": 585 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "false" + }, + "id": 586 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "true" + }, + "id": 587 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "false" + }, + "id": 588 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "true" + }, + "id": 589 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "false" + }, + "id": 590 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "true" + }, + "id": 591 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "false" + }, + "id": 592 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "true" + }, + "id": 593 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "false" + }, + "id": 594 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "true" + }, + "id": 595 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "false" + }, + "id": 596 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "true" + }, + "id": 597 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "false" + }, + "id": 598 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "true" + }, + "id": 599 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "false" + }, + "id": 600 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "true" + }, + "id": 601 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "false" + }, + "id": 602 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "true" + }, + "id": 603 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "false" + }, + "id": 604 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "true" + }, + "id": 605 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "false" + }, + "id": 606 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "true" + }, + "id": 607 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "false" + }, + "id": 608 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "true" + }, + "id": 609 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "false" + }, + "id": 610 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "true" + }, + "id": 611 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "false" + }, + "id": 612 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "true" + }, + "id": 613 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "false" + }, + "id": 614 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "true" + }, + "id": 615 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "false" + }, + "id": 616 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "true" + }, + "id": 617 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "false" + }, + "id": 618 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "true" + }, + "id": 619 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "false" + }, + "id": 620 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "true" + }, + "id": 621 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "false" + }, + "id": 622 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "true" + }, + "id": 623 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "false" + }, + "id": 624 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "true" + }, + "id": 625 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "false" + }, + "id": 626 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "true" + }, + "id": 627 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "false" + }, + "id": 628 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "true" + }, + "id": 629 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "false" + }, + "id": 630 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "true" + }, + "id": 631 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "false" + }, + "id": 632 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "true" + }, + "id": 633 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "false" + }, + "id": 634 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "true" + }, + "id": 635 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "false" + }, + "id": 636 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "true" + }, + "id": 637 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "false" + }, + "id": 638 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "true" + }, + "id": 639 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "false" + }, + "id": 640 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "true" + }, + "id": 641 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "false" + }, + "id": 642 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "true" + }, + "id": 643 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "false" + }, + "id": 644 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "true" + }, + "id": 645 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "false" + }, + "id": 646 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "true" + }, + "id": 647 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "false" + }, + "id": 648 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "true" + }, + "id": 649 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "false" + }, + "id": 650 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "true" + }, + "id": 651 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "false" + }, + "id": 652 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "true" + }, + "id": 653 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "false" + }, + "id": 654 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "true" + }, + "id": 655 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "false" + }, + "id": 656 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "true" + }, + "id": 657 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "false" + }, + "id": 658 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "true" + }, + "id": 659 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "false" + }, + "id": 660 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "true" + }, + "id": 661 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "false" + }, + "id": 662 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "true" + }, + "id": 663 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "false" + }, + "id": 664 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "true" + }, + "id": 665 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "false" + }, + "id": 666 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "true" + }, + "id": 667 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "false" + }, + "id": 668 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "true" + }, + "id": 669 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "false" + }, + "id": 670 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "true" + }, + "id": 671 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "false" + }, + "id": 672 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "true" + }, + "id": 673 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "false" + }, + "id": 674 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "true" + }, + "id": 675 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "false" + }, + "id": 676 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "true" + }, + "id": 677 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "false" + }, + "id": 678 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "true" + }, + "id": 679 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "false" + }, + "id": 680 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "true" + }, + "id": 681 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "false" + }, + "id": 682 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "true" + }, + "id": 683 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "false" + }, + "id": 684 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "true" + }, + "id": 685 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "false" + }, + "id": 686 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "true" + }, + "id": 687 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "false" + }, + "id": 688 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "true" + }, + "id": 689 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "false" + }, + "id": 690 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "true" + }, + "id": 691 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "false" + }, + "id": 692 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "true" + }, + "id": 693 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "false" + }, + "id": 694 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "true" + }, + "id": 695 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "false" + }, + "id": 696 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "true" + }, + "id": 697 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "false" + }, + "id": 698 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "true" + }, + "id": 699 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "false" + }, + "id": 700 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "true" + }, + "id": 701 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "false" + }, + "id": 702 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "true" + }, + "id": 703 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "false" + }, + "id": 704 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "true" + }, + "id": 705 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "false" + }, + "id": 706 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "true" + }, + "id": 707 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "false" + }, + "id": 708 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "true" + }, + "id": 709 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "false" + }, + "id": 710 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "true" + }, + "id": 711 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "false" + }, + "id": 712 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "true" + }, + "id": 713 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "false" + }, + "id": 714 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "true" + }, + "id": 715 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "false" + }, + "id": 716 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "true" + }, + "id": 717 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "false" + }, + "id": 718 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "true" + }, + "id": 719 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "false" + }, + "id": 720 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "true" + }, + "id": 721 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "false" + }, + "id": 722 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "true" + }, + "id": 723 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "false" + }, + "id": 724 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "true" + }, + "id": 725 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "false" + }, + "id": 726 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "true" + }, + "id": 727 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "false" + }, + "id": 728 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "true" + }, + "id": 729 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "false" + }, + "id": 730 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "true" + }, + "id": 731 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "false" + }, + "id": 732 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "true" + }, + "id": 733 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "false" + }, + "id": 734 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "true" + }, + "id": 735 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "false" + }, + "id": 736 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "true" + }, + "id": 737 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "false" + }, + "id": 738 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "true" + }, + "id": 739 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "false" + }, + "id": 740 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "true" + }, + "id": 741 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "false" + }, + "id": 742 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "true" + }, + "id": 743 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "false" + }, + "id": 744 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "true" + }, + "id": 745 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "false" + }, + "id": 746 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "true" + }, + "id": 747 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "false" + }, + "id": 748 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "true" + }, + "id": 749 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "false" + }, + "id": 750 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "true" + }, + "id": 751 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "false" + }, + "id": 752 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "true" + }, + "id": 753 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "false" + }, + "id": 754 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "true" + }, + "id": 755 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "false" + }, + "id": 756 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "true" + }, + "id": 757 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "false" + }, + "id": 758 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "true" + }, + "id": 759 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "false" + }, + "id": 760 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "true" + }, + "id": 761 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "false" + }, + "id": 762 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "true" + }, + "id": 763 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "false" + }, + "id": 764 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "true" + }, + "id": 765 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "false" + }, + "id": 766 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "true" + }, + "id": 767 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "false" + }, + "id": 768 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "true" + }, + "id": 769 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "false" + }, + "id": 770 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "true" + }, + "id": 771 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "false" + }, + "id": 772 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "true" + }, + "id": 773 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "false" + }, + "id": 774 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "true" + }, + "id": 775 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "false" + }, + "id": 776 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "true" + }, + "id": 777 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "false" + }, + "id": 778 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "true" + }, + "id": 779 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "false" + }, + "id": 780 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "true" + }, + "id": 781 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "false" + }, + "id": 782 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "true" + }, + "id": 783 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "false" + }, + "id": 784 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "true" + }, + "id": 785 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "false" + }, + "id": 786 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "true" + }, + "id": 787 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "false" + }, + "id": 788 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "true" + }, + "id": 789 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "false" + }, + "id": 790 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "true" + }, + "id": 791 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "false" + }, + "id": 792 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "true" + }, + "id": 793 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "false" + }, + "id": 794 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "true" + }, + "id": 795 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "false" + }, + "id": 796 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "true" + }, + "id": 797 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "false" + }, + "id": 798 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "true" + }, + "id": 799 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "false" + }, + "id": 800 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "true" + }, + "id": 801 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "false" + }, + "id": 802 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "true" + }, + "id": 803 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "false" + }, + "id": 804 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "true" + }, + "id": 805 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "false" + }, + "id": 806 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "true" + }, + "id": 807 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "false" + }, + "id": 808 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "true" + }, + "id": 809 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "false" + }, + "id": 810 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "true" + }, + "id": 811 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "false" + }, + "id": 812 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "true" + }, + "id": 813 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "false" + }, + "id": 814 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "true" + }, + "id": 815 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "false" + }, + "id": 816 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "true" + }, + "id": 817 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "false" + }, + "id": 818 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "true" + }, + "id": 819 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "false" + }, + "id": 820 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "true" + }, + "id": 821 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "false" + }, + "id": 822 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "true" + }, + "id": 823 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "false" + }, + "id": 824 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "true" + }, + "id": 825 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "false" + }, + "id": 826 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "true" + }, + "id": 827 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "false" + }, + "id": 828 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "true" + }, + "id": 829 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "false" + }, + "id": 830 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "true" + }, + "id": 831 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "false" + }, + "id": 832 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "true" + }, + "id": 833 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "false" + }, + "id": 834 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "true" + }, + "id": 835 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "false" + }, + "id": 836 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "true" + }, + "id": 837 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "false" + }, + "id": 838 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "true" + }, + "id": 839 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "false" + }, + "id": 840 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "true" + }, + "id": 841 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "false" + }, + "id": 842 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "true" + }, + "id": 843 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "false" + }, + "id": 844 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "true" + }, + "id": 845 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "false" + }, + "id": 846 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "true" + }, + "id": 847 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "false" + }, + "id": 848 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "true" + }, + "id": 849 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "false" + }, + "id": 850 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "true" + }, + "id": 851 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "false" + }, + "id": 852 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "true" + }, + "id": 853 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "false" + }, + "id": 854 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "true" + }, + "id": 855 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "false" + }, + "id": 856 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "true" + }, + "id": 857 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "false" + }, + "id": 858 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "true" + }, + "id": 859 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "false" + }, + "id": 860 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "true" + }, + "id": 861 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "false" + }, + "id": 862 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "true" + }, + "id": 863 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "false" + }, + "id": 864 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "true" + }, + "id": 865 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "false" + }, + "id": 866 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "true" + }, + "id": 867 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "false" + }, + "id": 868 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "true" + }, + "id": 869 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "false" + }, + "id": 870 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "true" + }, + "id": 871 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "false" + }, + "id": 872 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "true" + }, + "id": 873 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "false" + }, + "id": 874 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "true" + }, + "id": 875 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "false" + }, + "id": 876 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "true" + }, + "id": 877 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "false" + }, + "id": 878 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "true" + }, + "id": 879 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "false" + }, + "id": 880 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "true" + }, + "id": 881 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "false" + }, + "id": 882 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "true" + }, + "id": 883 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "false" + }, + "id": 884 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "true" + }, + "id": 885 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "false" + }, + "id": 886 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "true" + }, + "id": 887 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "false" + }, + "id": 888 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "true" + }, + "id": 889 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "false" + }, + "id": 890 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "true" + }, + "id": 891 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "false" + }, + "id": 892 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "true" + }, + "id": 893 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "false" + }, + "id": 894 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "true" + }, + "id": 895 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "false" + }, + "id": 896 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "true" + }, + "id": 897 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "false" + }, + "id": 898 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "true" + }, + "id": 899 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "false" + }, + "id": 900 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "true" + }, + "id": 901 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "false" + }, + "id": 902 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "true" + }, + "id": 903 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "false" + }, + "id": 904 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "true" + }, + "id": 905 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "false" + }, + "id": 906 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "true" + }, + "id": 907 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "false" + }, + "id": 908 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "true" + }, + "id": 909 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "false" + }, + "id": 910 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "true" + }, + "id": 911 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "false" + }, + "id": 912 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "true" + }, + "id": 913 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "false" + }, + "id": 914 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "true" + }, + "id": 915 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "false" + }, + "id": 916 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "true" + }, + "id": 917 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "false" + }, + "id": 918 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "true" + }, + "id": 919 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "false" + }, + "id": 920 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "true" + }, + "id": 921 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "false" + }, + "id": 922 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "true" + }, + "id": 923 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "false" + }, + "id": 924 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "true" + }, + "id": 925 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "false" + }, + "id": 926 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "true" + }, + "id": 927 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "false" + }, + "id": 928 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "true" + }, + "id": 929 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "false" + }, + "id": 930 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "true" + }, + "id": 931 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "false" + }, + "id": 932 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "true" + }, + "id": 933 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "false" + }, + "id": 934 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "true" + }, + "id": 935 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "false" + }, + "id": 936 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "true" + }, + "id": 937 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "false" + }, + "id": 938 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "true" + }, + "id": 939 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "false" + }, + "id": 940 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "true" + }, + "id": 941 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "false" + }, + "id": 942 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "true" + }, + "id": 943 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "false" + }, + "id": 944 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "true" + }, + "id": 945 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "false" + }, + "id": 946 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "true" + }, + "id": 947 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "false" + }, + "id": 948 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "true" + }, + "id": 949 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "false" + }, + "id": 950 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "true" + }, + "id": 951 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "false" + }, + "id": 952 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "true" + }, + "id": 953 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "false" + }, + "id": 954 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "true" + }, + "id": 955 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "false" + }, + "id": 956 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "true" + }, + "id": 957 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "false" + }, + "id": 958 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "true" + }, + "id": 959 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "false" + }, + "id": 960 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "true" + }, + "id": 961 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "false" + }, + "id": 962 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "true" + }, + "id": 963 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "false" + }, + "id": 964 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "true" + }, + "id": 965 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "false" + }, + "id": 966 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "true" + }, + "id": 967 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "false" + }, + "id": 968 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "true" + }, + "id": 969 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "false" + }, + "id": 970 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "true" + }, + "id": 971 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "false" + }, + "id": 972 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "true" + }, + "id": 973 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "false" + }, + "id": 974 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "true" + }, + "id": 975 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "false" + }, + "id": 976 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "true" + }, + "id": 977 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "false" + }, + "id": 978 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "true" + }, + "id": 979 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "false" + }, + "id": 980 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "true" + }, + "id": 981 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "false" + }, + "id": 982 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "true" + }, + "id": 983 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "false" + }, + "id": 984 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "true" + }, + "id": 985 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "false" + }, + "id": 986 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "true" + }, + "id": 987 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "false" + }, + "id": 988 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "true" + }, + "id": 989 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "false" + }, + "id": 990 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "true" + }, + "id": 991 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "false" + }, + "id": 992 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "true" + }, + "id": 993 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "false" + }, + "id": 994 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "true" + }, + "id": 995 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "false" + }, + "id": 996 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "true" + }, + "id": 997 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "false" + }, + "id": 998 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "true" + }, + "id": 999 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "false" + }, + "id": 1000 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "true" + }, + "id": 1001 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "false" + }, + "id": 1002 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "true" + }, + "id": 1003 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "false" + }, + "id": 1004 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "true" + }, + "id": 1005 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "false" + }, + "id": 1006 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "true" + }, + "id": 1007 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "false" + }, + "id": 1008 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "true" + }, + "id": 1009 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "false" + }, + "id": 1010 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "true" + }, + "id": 1011 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "false" + }, + "id": 1012 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "true" + }, + "id": 1013 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "false" + }, + "id": 1014 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "true" + }, + "id": 1015 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "false" + }, + "id": 1016 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "true" + }, + "id": 1017 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "false" + }, + "id": 1018 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "true" + }, + "id": 1019 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "false" + }, + "id": 1020 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "true" + }, + "id": 1021 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "false" + }, + "id": 1022 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "true" + }, + "id": 1023 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "false" + }, + "id": 1024 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "true" + }, + "id": 1025 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "false" + }, + "id": 1026 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "true" + }, + "id": 1027 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "false" + }, + "id": 1028 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "true" + }, + "id": 1029 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "false" + }, + "id": 1030 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "true" + }, + "id": 1031 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "false" + }, + "id": 1032 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "true" + }, + "id": 1033 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "false" + }, + "id": 1034 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "true" + }, + "id": 1035 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "false" + }, + "id": 1036 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "true" + }, + "id": 1037 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "false" + }, + "id": 1038 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "true" + }, + "id": 1039 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "false" + }, + "id": 1040 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "true" + }, + "id": 1041 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "false" + }, + "id": 1042 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "true" + }, + "id": 1043 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "false" + }, + "id": 1044 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "true" + }, + "id": 1045 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "false" + }, + "id": 1046 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "true" + }, + "id": 1047 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "false" + }, + "id": 1048 + } + ] + }, + "minecraft:white_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1049 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1050 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1051 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1052, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1053 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1054 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1055 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1056 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1057 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1058 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1059 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1060 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1061 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1062 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1063 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1064 + } + ] + }, + "minecraft:orange_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1065 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1066 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1067 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1068, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1069 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1070 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1071 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1072 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1073 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1074 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1075 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1076 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1077 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1078 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1079 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1080 + } + ] + }, + "minecraft:magenta_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1081 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1082 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1083 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1084, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1085 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1086 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1087 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1088 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1089 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1090 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1091 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1092 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1093 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1094 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1095 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1096 + } + ] + }, + "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": 1097 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1098 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1099 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1100, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1101 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1102 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1103 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1104 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1105 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1106 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1107 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1108 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1109 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1110 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1111 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1112 + } + ] + }, + "minecraft:yellow_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1113 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1114 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1115 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1116, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1117 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1118 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1119 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1120 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1121 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1122 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1123 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1124 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1125 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1126 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1127 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1128 + } + ] + }, + "minecraft:lime_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1129 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1130 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1131 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1132, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1133 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1134 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1135 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1136 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1137 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1138 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1139 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1140 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1141 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1142 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1143 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1144 + } + ] + }, + "minecraft:pink_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1145 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1146 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1147 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1148, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1149 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1150 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1151 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1152 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1153 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1154 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1155 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1156 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1157 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1158 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1159 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1160 + } + ] + }, + "minecraft:gray_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1161 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1162 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1163 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1164, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1165 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1166 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1167 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1168 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1169 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1170 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1171 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1172 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1173 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1174 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1175 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1176 + } + ] + }, + "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": 1177 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1178 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1179 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1180, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1181 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1182 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1183 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1184 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1185 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1186 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1187 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1188 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1189 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1190 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1191 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1192 + } + ] + }, + "minecraft:cyan_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1193 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1194 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1195 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1196, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1197 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1198 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1199 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1200 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1201 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1202 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1203 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1204 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1205 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1206 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1207 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1208 + } + ] + }, + "minecraft:purple_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1209 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1210 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1211 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1212, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1213 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1214 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1215 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1216 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1217 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1218 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1219 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1220 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1221 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1222 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1223 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1224 + } + ] + }, + "minecraft:blue_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1225 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1226 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1227 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1228, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1229 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1230 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1231 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1232 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1233 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1234 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1235 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1236 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1237 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1238 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1239 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1240 + } + ] + }, + "minecraft:brown_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1241 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1242 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1243 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1244, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1245 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1246 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1247 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1248 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1249 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1250 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1251 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1252 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1253 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1254 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1255 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1256 + } + ] + }, + "minecraft:green_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1257 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1258 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1259 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1260, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1261 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1262 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1263 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1264 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1265 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1266 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1267 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1268 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1269 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1270 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1271 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1272 + } + ] + }, + "minecraft:red_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1273 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1274 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1275 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1276, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1277 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1278 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1279 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1280 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1281 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1282 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1283 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1284 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1285 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1286 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1287 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1288 + } + ] + }, + "minecraft:black_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1289 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1290 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1291 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1292, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1293 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1294 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1295 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1296 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1297 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1298 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1299 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1300 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1301 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1302 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1303 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1304 + } + ] + }, + "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": 1305 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1306 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1307 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1308 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1309 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1310 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1311, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1312 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1313 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1314 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1315 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1316 + } + ] + }, + "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": 1317 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1318 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1319 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1320 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1321 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1322 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1323, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1324 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1325 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1326 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1327 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1328 + } + ] + }, + "minecraft:sticky_piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1329 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1330 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1331 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1332 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1333 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1334 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1335, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1336 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1337 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1338 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1339 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1340 + } + ] + }, + "minecraft:cobweb": { + "states": [ + { + "id": 1341, + "default": true + } + ] + }, + "minecraft:grass": { + "states": [ + { + "id": 1342, + "default": true + } + ] + }, + "minecraft:fern": { + "states": [ + { + "id": 1343, + "default": true + } + ] + }, + "minecraft:dead_bush": { + "states": [ + { + "id": 1344, + "default": true + } + ] + }, + "minecraft:seagrass": { + "states": [ + { + "id": 1345, + "default": true + } + ] + }, + "minecraft:tall_seagrass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 1346 + }, + { + "properties": { + "half": "lower" + }, + "id": 1347, + "default": true + } + ] + }, + "minecraft:piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1348 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1349 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1350 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1351 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1352 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1353 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1354, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1355 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1356 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1357 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1358 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1359 + } + ] + }, + "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": 1360 + }, + { + "properties": { + "facing": "north", + "short": "true", + "type": "sticky" + }, + "id": 1361 + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "normal" + }, + "id": 1362, + "default": true + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "sticky" + }, + "id": 1363 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "normal" + }, + "id": 1364 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "sticky" + }, + "id": 1365 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "normal" + }, + "id": 1366 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "sticky" + }, + "id": 1367 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "normal" + }, + "id": 1368 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "sticky" + }, + "id": 1369 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "normal" + }, + "id": 1370 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "sticky" + }, + "id": 1371 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "normal" + }, + "id": 1372 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "sticky" + }, + "id": 1373 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "normal" + }, + "id": 1374 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "sticky" + }, + "id": 1375 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "normal" + }, + "id": 1376 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "sticky" + }, + "id": 1377 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "normal" + }, + "id": 1378 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "sticky" + }, + "id": 1379 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "normal" + }, + "id": 1380 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "sticky" + }, + "id": 1381 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "normal" + }, + "id": 1382 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "sticky" + }, + "id": 1383 + } + ] + }, + "minecraft:white_wool": { + "states": [ + { + "id": 1384, + "default": true + } + ] + }, + "minecraft:orange_wool": { + "states": [ + { + "id": 1385, + "default": true + } + ] + }, + "minecraft:magenta_wool": { + "states": [ + { + "id": 1386, + "default": true + } + ] + }, + "minecraft:light_blue_wool": { + "states": [ + { + "id": 1387, + "default": true + } + ] + }, + "minecraft:yellow_wool": { + "states": [ + { + "id": 1388, + "default": true + } + ] + }, + "minecraft:lime_wool": { + "states": [ + { + "id": 1389, + "default": true + } + ] + }, + "minecraft:pink_wool": { + "states": [ + { + "id": 1390, + "default": true + } + ] + }, + "minecraft:gray_wool": { + "states": [ + { + "id": 1391, + "default": true + } + ] + }, + "minecraft:light_gray_wool": { + "states": [ + { + "id": 1392, + "default": true + } + ] + }, + "minecraft:cyan_wool": { + "states": [ + { + "id": 1393, + "default": true + } + ] + }, + "minecraft:purple_wool": { + "states": [ + { + "id": 1394, + "default": true + } + ] + }, + "minecraft:blue_wool": { + "states": [ + { + "id": 1395, + "default": true + } + ] + }, + "minecraft:brown_wool": { + "states": [ + { + "id": 1396, + "default": true + } + ] + }, + "minecraft:green_wool": { + "states": [ + { + "id": 1397, + "default": true + } + ] + }, + "minecraft:red_wool": { + "states": [ + { + "id": 1398, + "default": true + } + ] + }, + "minecraft:black_wool": { + "states": [ + { + "id": 1399, + "default": true + } + ] + }, + "minecraft:moving_piston": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "type": [ + "normal", + "sticky" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "normal" + }, + "id": 1400, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "sticky" + }, + "id": 1401 + }, + { + "properties": { + "facing": "east", + "type": "normal" + }, + "id": 1402 + }, + { + "properties": { + "facing": "east", + "type": "sticky" + }, + "id": 1403 + }, + { + "properties": { + "facing": "south", + "type": "normal" + }, + "id": 1404 + }, + { + "properties": { + "facing": "south", + "type": "sticky" + }, + "id": 1405 + }, + { + "properties": { + "facing": "west", + "type": "normal" + }, + "id": 1406 + }, + { + "properties": { + "facing": "west", + "type": "sticky" + }, + "id": 1407 + }, + { + "properties": { + "facing": "up", + "type": "normal" + }, + "id": 1408 + }, + { + "properties": { + "facing": "up", + "type": "sticky" + }, + "id": 1409 + }, + { + "properties": { + "facing": "down", + "type": "normal" + }, + "id": 1410 + }, + { + "properties": { + "facing": "down", + "type": "sticky" + }, + "id": 1411 + } + ] + }, + "minecraft:dandelion": { + "states": [ + { + "id": 1412, + "default": true + } + ] + }, + "minecraft:poppy": { + "states": [ + { + "id": 1413, + "default": true + } + ] + }, + "minecraft:blue_orchid": { + "states": [ + { + "id": 1414, + "default": true + } + ] + }, + "minecraft:allium": { + "states": [ + { + "id": 1415, + "default": true + } + ] + }, + "minecraft:azure_bluet": { + "states": [ + { + "id": 1416, + "default": true + } + ] + }, + "minecraft:red_tulip": { + "states": [ + { + "id": 1417, + "default": true + } + ] + }, + "minecraft:orange_tulip": { + "states": [ + { + "id": 1418, + "default": true + } + ] + }, + "minecraft:white_tulip": { + "states": [ + { + "id": 1419, + "default": true + } + ] + }, + "minecraft:pink_tulip": { + "states": [ + { + "id": 1420, + "default": true + } + ] + }, + "minecraft:oxeye_daisy": { + "states": [ + { + "id": 1421, + "default": true + } + ] + }, + "minecraft:cornflower": { + "states": [ + { + "id": 1422, + "default": true + } + ] + }, + "minecraft:wither_rose": { + "states": [ + { + "id": 1423, + "default": true + } + ] + }, + "minecraft:lily_of_the_valley": { + "states": [ + { + "id": 1424, + "default": true + } + ] + }, + "minecraft:brown_mushroom": { + "states": [ + { + "id": 1425, + "default": true + } + ] + }, + "minecraft:red_mushroom": { + "states": [ + { + "id": 1426, + "default": true + } + ] + }, + "minecraft:gold_block": { + "states": [ + { + "id": 1427, + "default": true + } + ] + }, + "minecraft:iron_block": { + "states": [ + { + "id": 1428, + "default": true + } + ] + }, + "minecraft:bricks": { + "states": [ + { + "id": 1429, + "default": true + } + ] + }, + "minecraft:tnt": { + "properties": { + "unstable": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "unstable": "true" + }, + "id": 1430 + }, + { + "properties": { + "unstable": "false" + }, + "id": 1431, + "default": true + } + ] + }, + "minecraft:bookshelf": { + "states": [ + { + "id": 1432, + "default": true + } + ] + }, + "minecraft:mossy_cobblestone": { + "states": [ + { + "id": 1433, + "default": true + } + ] + }, + "minecraft:obsidian": { + "states": [ + { + "id": 1434, + "default": true + } + ] + }, + "minecraft:torch": { + "states": [ + { + "id": 1435, + "default": true + } + ] + }, + "minecraft:wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 1436, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 1437 + }, + { + "properties": { + "facing": "west" + }, + "id": 1438 + }, + { + "properties": { + "facing": "east" + }, + "id": 1439 + } + ] + }, + "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": 1440 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1441 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1442 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1443 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1444 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1445 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1446 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1447 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1448 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1449 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1450 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1451 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1452 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1453 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1454 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1455 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1456 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1457 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1458 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1459 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1460 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1461 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1462 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1463 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1464 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1465 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1466 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1467 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1468 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1469 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1470 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1471, + "default": true + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1472 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1473 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1474 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1475 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1476 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1477 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1478 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1479 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1480 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1481 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1482 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1483 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1484 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1485 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1486 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1487 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1488 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1489 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1490 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1491 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1492 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1493 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1494 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1495 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1496 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1497 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1498 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1499 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1500 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1501 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1502 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1503 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1504 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1505 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1506 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1507 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1508 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1509 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1510 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1511 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1512 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1513 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1514 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1515 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1516 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1517 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1518 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1519 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1520 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1521 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1522 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1523 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1524 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1525 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1526 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1527 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1528 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1529 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1530 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1531 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1532 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1533 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1534 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1535 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1536 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1537 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1538 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1539 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1540 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1541 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1542 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1543 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1544 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1545 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1546 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1547 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1548 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1549 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1550 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1551 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1552 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1553 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1554 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1555 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1556 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1557 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1558 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1559 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1560 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1561 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1562 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1563 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1564 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1565 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1566 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1567 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1568 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1569 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1570 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1571 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1572 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1573 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1574 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1575 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1576 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1577 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1578 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1579 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1580 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1581 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1582 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1583 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1584 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1585 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1586 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1587 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1588 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1589 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1590 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1591 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1592 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1593 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1594 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1595 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1596 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1597 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1598 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1599 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1600 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1601 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1602 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1603 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1604 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1605 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1606 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1607 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1608 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1609 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1610 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1611 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1612 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1613 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1614 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1615 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1616 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1617 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1618 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1619 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1620 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1621 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1622 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1623 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1624 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1625 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1626 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1627 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1628 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1629 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1630 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1631 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1632 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1633 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1634 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1635 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1636 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1637 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1638 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1639 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1640 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1641 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1642 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1643 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1644 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1645 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1646 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1647 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1648 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1649 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1650 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1651 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1652 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1653 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1654 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1655 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1656 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1657 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1658 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1659 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1660 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1661 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1662 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1663 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1664 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1665 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1666 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1667 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1668 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1669 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1670 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1671 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1672 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1673 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1674 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1675 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1676 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1677 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1678 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1679 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1680 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1681 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1682 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1683 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1684 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1685 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1686 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1687 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1688 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1689 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1690 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1691 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1692 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1693 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1694 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1695 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1696 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1697 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1698 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1699 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1700 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1701 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1702 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1703 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1704 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1705 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1706 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1707 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1708 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1709 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1710 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1711 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1712 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1713 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1714 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1715 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1716 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1717 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1718 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1719 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1720 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1721 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1722 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1723 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1724 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1725 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1726 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1727 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1728 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1729 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1730 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1731 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1732 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1733 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1734 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1735 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1736 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1737 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1738 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1739 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1740 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1741 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1742 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1743 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1744 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1745 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1746 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1747 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1748 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1749 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1750 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1751 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1752 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1753 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1754 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1755 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1756 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1757 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1758 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1759 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1760 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1761 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1762 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1763 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1764 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1765 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1766 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1767 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1768 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1769 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1770 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1771 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1772 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1773 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1774 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1775 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1776 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1777 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1778 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1779 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1780 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1781 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1782 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1783 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1784 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1785 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1786 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1787 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1788 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1789 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1790 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1791 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1792 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1793 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1794 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1795 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1796 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1797 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1798 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1799 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1800 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1801 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1802 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1803 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1804 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1805 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1806 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1807 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1808 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1809 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1810 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1811 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1812 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1813 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1814 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1815 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1816 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1817 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1818 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1819 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1820 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1821 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1822 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1823 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1824 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1825 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1826 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1827 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1828 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1829 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1830 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1831 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1832 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1833 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1834 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1835 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1836 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1837 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1838 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1839 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1840 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1841 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1842 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1843 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1844 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1845 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1846 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1847 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1848 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1849 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1850 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1851 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1852 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1853 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1854 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1855 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1856 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1857 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1858 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1859 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1860 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1861 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1862 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1863 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1864 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1865 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1866 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1867 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1868 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1869 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1870 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1871 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1872 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1873 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1874 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1875 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1876 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1877 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1878 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1879 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1880 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1881 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1882 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1883 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1884 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1885 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1886 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1887 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1888 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1889 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1890 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1891 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1892 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1893 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1894 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1895 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1896 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1897 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1898 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1899 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1900 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1901 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1902 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1903 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1904 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1905 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1906 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1907 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1908 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1909 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1910 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1911 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1912 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1913 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1914 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1915 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1916 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1917 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1918 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1919 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1920 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1921 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1922 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1923 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1924 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1925 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1926 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1927 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1928 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1929 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1930 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1931 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1932 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1933 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1934 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1935 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1936 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1937 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1938 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1939 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1940 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1941 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1942 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1943 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1944 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1945 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1946 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1947 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1948 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1949 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1950 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1951 + } + ] + }, + "minecraft:soul_fire": { + "states": [ + { + "id": 1952, + "default": true + } + ] + }, + "minecraft:spawner": { + "states": [ + { + "id": 1953, + "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": 1954 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1955 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1956 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1957 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1958 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1959 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1960 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1961 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1962 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1963 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1964 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1965, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1966 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1967 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1968 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1969 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1970 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1971 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1972 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1973 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1974 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1975 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1976 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1977 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1978 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1979 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1980 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1981 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1982 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1983 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1984 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1985 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1986 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1987 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1988 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1989 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1990 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1991 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1992 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1993 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1994 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1995 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1996 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1997 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1998 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1999 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2000 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2001 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2002 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2003 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2004 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2005 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2006 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2007 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2008 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2009 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2010 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2011 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2012 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2013 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2014 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2015 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2016 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2017 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2018 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2019 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2020 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2021 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2022 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2023 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2024 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2025 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2026 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2027 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2028 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2029 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2030 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2031 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2032 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2033 + } + ] + }, + "minecraft:chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "type": [ + "single", + "left", + "right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "true" + }, + "id": 2034 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 2035, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 2036 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 2037 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 2038 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 2039 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 2040 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 2041 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 2042 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 2043 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 2044 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 2045 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 2046 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 2047 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 2048 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 2049 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 2050 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 2051 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 2052 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 2053 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 2054 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 2055 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 2056 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 2057 + } + ] + }, + "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": 2058 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2059 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2060 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2061 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2062 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2063 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2064 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2065 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2066 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2067 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2068 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2069 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2070 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2071 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2072 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2073 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2074 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2075 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2076 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2077 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2078 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2079 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2080 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2081 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2082 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2083 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2084 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2085 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2086 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2087 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2088 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2089 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2090 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2091 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2092 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2093 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2094 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2095 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2096 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2097 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2098 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2099 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2100 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2101 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2102 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2103 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2104 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2105 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2106 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2107 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2108 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2109 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2110 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2111 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2112 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2113 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2114 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2115 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2116 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2117 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2118 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2119 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2120 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2121 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2122 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2123 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2124 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2125 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2126 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2127 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2128 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2129 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2130 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2131 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2132 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2133 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2134 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2135 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2136 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2137 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2138 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2139 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2140 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2141 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2142 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2143 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2144 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2145 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2146 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2147 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2148 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2149 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2150 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2151 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2152 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2153 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2154 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2155 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2156 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2157 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2158 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2159 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2160 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2161 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2162 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2163 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2164 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2165 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2166 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2167 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2168 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2169 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2170 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2171 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2172 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2173 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2174 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2175 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2176 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2177 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2178 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2179 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2180 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2181 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2182 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2183 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2184 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2185 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2186 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2187 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2188 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2189 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2190 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2191 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2192 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2193 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2194 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2195 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2196 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2197 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2198 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2199 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2200 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2201 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2202 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2203 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2204 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2205 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2206 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2207 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2208 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2209 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2210 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2211 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2212 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2213 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2214 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2215 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2216 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2217 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2218 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2219 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2220 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2221 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2222 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2223 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2224 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2225 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2226 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2227 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2228 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2229 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2230 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2231 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2232 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2233 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2234 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2235 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2236 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2237 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2238 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2239 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2240 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2241 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2242 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2243 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2244 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2245 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2246 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2247 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2248 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2249 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2250 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2251 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2252 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2253 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2254 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2255 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2256 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2257 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2258 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2259 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2260 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2261 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2262 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2263 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2264 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2265 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2266 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2267 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2268 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2269 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2270 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2271 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2272 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2273 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2274 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2275 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2276 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2277 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2278 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2279 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2280 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2281 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2282 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2283 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2284 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2285 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2286 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2287 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2288 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2289 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2290 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2291 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2292 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2293 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2294 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2295 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2296 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2297 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2298 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2299 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2300 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2301 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2302 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2303 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2304 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2305 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2306 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2307 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2308 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2309 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2310 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2311 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2312 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2313 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2314 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2315 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2316 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2317 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2318 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2319 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2320 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2321 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2322 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2323 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2324 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2325 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2326 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2327 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2328 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2329 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2330 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2331 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2332 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2333 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2334 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2335 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2336 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2337 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2338 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2339 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2340 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2341 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2342 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2343 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2344 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2345 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2346 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2347 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2348 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2349 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2350 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2351 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2352 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2353 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2354 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2355 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2356 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2357 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2358 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2359 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2360 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2361 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2362 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2363 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2364 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2365 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2366 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2367 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2368 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2369 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2370 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2371 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2372 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2373 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2374 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2375 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2376 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2377 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2378 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2379 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2380 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2381 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2382 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2383 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2384 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2385 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2386 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2387 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2388 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2389 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2390 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2391 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2392 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2393 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2394 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2395 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2396 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2397 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2398 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2399 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2400 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2401 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2402 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2403 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2404 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2405 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2406 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2407 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2408 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2409 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2410 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2411 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2412 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2413 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2414 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2415 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2416 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2417 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2418 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2419 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2420 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2421 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2422 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2423 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2424 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2425 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2426 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2427 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2428 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2429 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2430 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2431 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2432 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2433 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2434 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2435 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2436 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2437 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2438 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2439 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2440 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2441 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2442 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2443 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2444 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2445 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2446 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2447 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2448 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2449 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2450 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2451 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2452 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2453 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2454 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2455 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2456 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2457 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2458 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2459 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2460 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2461 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2462 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2463 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2464 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2465 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2466 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2467 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2468 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2469 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2470 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2471 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2472 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2473 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2474 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2475 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2476 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2477 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2478 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2479 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2480 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2481 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2482 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2483 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2484 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2485 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2486 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2487 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2488 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2489 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2490 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2491 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2492 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2493 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2494 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2495 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2496 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2497 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2498 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2499 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2500 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2501 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2502 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2503 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2504 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2505 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2506 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2507 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2508 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2509 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2510 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2511 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2512 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2513 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2514 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2515 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2516 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2517 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2518 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2519 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2520 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2521 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2522 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2523 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2524 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2525 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2526 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2527 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2528 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2529 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2530 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2531 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2532 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2533 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2534 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2535 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2536 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2537 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2538 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2539 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2540 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2541 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2542 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2543 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2544 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2545 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2546 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2547 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2548 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2549 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2550 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2551 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2552 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2553 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2554 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2555 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2556 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2557 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2558 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2559 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2560 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2561 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2562 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2563 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2564 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2565 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2566 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2567 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2568 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2569 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2570 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2571 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2572 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2573 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2574 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2575 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2576 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2577 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2578 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2579 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2580 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2581 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2582 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2583 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2584 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2585 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2586 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2587 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2588 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2589 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2590 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2591 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2592 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2593 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2594 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2595 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2596 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2597 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2598 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2599 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2600 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2601 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2602 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2603 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2604 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2605 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2606 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2607 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2608 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2609 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2610 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2611 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2612 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2613 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2614 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2615 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2616 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2617 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2618 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2619 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2620 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2621 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2622 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2623 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2624 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2625 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2626 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2627 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2628 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2629 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2630 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2631 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2632 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2633 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2634 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2635 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2636 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2637 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2638 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2639 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2640 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2641 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2642 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2643 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2644 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2645 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2646 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2647 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2648 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2649 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2650 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2651 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2652 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2653 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2654 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2655 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2656 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2657 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2658 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2659 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2660 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2661 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2662 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2663 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2664 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2665 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2666 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2667 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2668 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2669 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2670 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2671 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2672 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2673 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2674 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2675 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2676 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2677 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2678 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2679 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2680 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2681 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2682 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2683 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2684 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2685 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2686 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2687 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2688 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2689 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2690 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2691 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2692 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2693 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2694 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2695 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2696 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2697 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2698 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2699 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2700 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2701 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2702 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2703 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2704 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2705 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2706 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2707 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2708 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2709 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2710 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2711 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2712 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2713 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2714 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2715 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2716 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2717 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2718 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2719 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2720 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2721 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2722 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2723 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2724 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2725 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2726 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2727 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2728 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2729 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2730 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2731 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2732 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2733 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2734 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2735 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2736 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2737 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2738 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2739 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2740 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2741 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2742 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2743 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2744 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2745 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2746 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2747 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2748 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2749 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2750 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2751 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2752 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2753 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2754 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2755 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2756 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2757 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2758 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2759 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2760 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2761 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2762 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2763 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2764 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2765 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2766 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2767 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2768 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2769 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2770 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2771 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2772 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2773 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2774 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2775 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2776 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2777 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2778 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2779 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2780 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2781 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2782 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2783 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2784 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2785 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2786 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2787 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2788 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2789 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2790 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2791 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2792 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2793 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2794 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2795 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2796 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2797 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2798 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2799 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2800 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2801 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2802 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2803 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2804 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2805 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2806 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2807 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2808 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2809 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2810 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2811 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2812 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2813 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2814 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2815 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2816 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2817 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2818 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2819 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2820 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2821 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2822 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2823 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2824 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2825 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2826 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2827 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2828 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2829 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2830 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2831 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2832 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2833 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2834 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2835 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2836 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2837 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2838 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2839 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2840 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2841 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2842 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2843 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2844 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2845 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2846 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2847 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2848 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2849 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2850 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2851 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2852 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2853 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2854 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2855 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2856 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2857 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2858 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2859 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2860 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2861 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2862 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2863 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2864 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2865 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2866 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2867 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2868 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2869 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2870 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2871 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2872 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2873 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2874 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2875 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2876 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2877 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2878 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2879 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2880 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2881 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2882 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2883 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2884 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2885 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2886 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2887 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2888 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2889 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2890 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2891 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2892 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2893 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2894 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2895 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2896 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2897 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2898 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2899 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2900 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2901 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2902 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2903 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2904 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2905 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2906 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2907 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2908 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2909 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2910 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2911 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2912 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2913 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2914 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2915 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2916 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2917 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2918 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2919 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2920 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2921 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2922 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2923 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2924 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2925 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2926 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2927 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2928 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2929 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2930 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2931 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2932 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2933 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2934 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2935 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2936 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2937 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2938 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2939 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2940 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2941 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2942 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2943 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2944 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2945 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2946 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2947 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2948 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2949 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2950 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2951 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2952 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2953 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2954 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2955 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2956 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2957 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2958 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2959 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2960 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2961 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2962 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2963 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2964 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2965 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2966 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2967 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2968 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2969 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2970 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2971 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2972 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2973 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2974 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2975 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2976 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2977 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2978 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2979 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2980 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2981 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2982 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2983 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2984 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2985 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2986 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2987 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2988 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2989 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2990 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2991 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2992 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2993 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2994 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2995 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2996 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2997 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2998 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2999 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3000 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3001 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3002 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3003 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3004 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3005 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3006 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3007 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3008 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3009 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3010 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3011 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3012 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3013 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3014 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3015 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3016 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3017 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3018 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3019 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3020 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3021 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3022 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3023 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3024 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3025 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3026 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3027 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3028 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3029 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3030 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3031 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3032 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3033 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3034 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3035 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3036 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3037 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3038 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3039 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3040 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3041 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3042 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3043 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3044 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3045 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3046 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3047 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3048 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3049 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3050 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3051 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3052 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3053 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3054 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3055 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3056 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3057 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3058 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3059 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3060 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3061 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3062 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3063 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3064 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3065 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3066 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3067 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3068 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3069 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3070 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3071 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3072 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3073 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3074 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3075 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3076 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3077 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3078 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3079 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3080 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3081 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3082 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3083 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3084 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3085 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3086 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3087 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3088 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3089 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3090 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3091 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3092 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3093 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3094 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3095 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3096 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3097 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3098 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3099 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3100 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3101 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3102 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3103 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3104 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3105 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3106 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3107 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3108 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3109 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3110 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3111 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3112 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3113 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3114 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3115 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3116 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3117 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3118 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3119 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3120 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3121 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3122 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3123 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3124 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3125 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3126 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3127 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3128 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3129 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3130 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3131 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3132 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3133 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3134 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3135 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3136 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3137 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3138 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3139 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3140 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3141 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3142 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3143 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3144 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3145 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3146 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3147 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3148 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3149 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3150 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3151 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3152 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3153 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3154 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3155 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3156 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3157 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3158 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3159 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3160 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3161 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3162 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3163 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3164 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3165 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3166 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3167 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3168 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3169 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3170 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3171 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3172 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3173 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3174 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3175 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3176 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3177 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3178 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3179 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3180 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3181 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3182 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3183 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3184 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3185 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3186 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3187 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3188 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3189 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3190 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3191 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3192 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3193 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3194 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3195 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3196 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3197 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3198 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3199 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3200 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3201 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3202 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3203 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3204 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3205 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3206 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3207 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3208 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3209 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3210 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3211 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3212 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3213 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3214 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3215 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3216 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3217 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3218, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3219 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3220 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3221 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3222 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3223 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3224 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3225 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3226 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3227 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3228 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3229 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3230 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3231 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3232 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3233 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3234 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3235 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3236 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3237 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3238 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3239 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3240 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3241 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3242 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3243 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3244 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3245 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3246 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3247 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3248 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3249 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3250 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3251 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3252 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3253 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3254 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3255 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3256 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3257 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3258 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3259 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3260 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3261 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3262 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3263 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3264 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3265 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3266 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3267 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3268 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3269 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3270 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3271 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3272 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3273 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3274 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3275 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3276 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3277 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3278 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3279 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3280 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3281 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3282 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3283 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3284 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3285 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3286 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3287 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3288 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3289 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3290 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3291 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3292 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3293 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3294 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3295 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3296 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3297 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3298 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3299 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3300 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3301 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3302 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3303 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3304 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3305 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3306 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3307 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3308 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3309 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3310 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3311 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3312 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3313 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3314 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3315 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3316 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3317 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3318 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3319 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3320 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3321 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3322 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3323 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3324 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3325 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3326 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3327 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3328 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3329 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3330 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3331 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3332 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3333 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3334 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3335 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3336 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3337 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3338 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3339 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3340 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3341 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3342 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3343 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3344 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3345 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3346 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3347 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3348 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3349 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3350 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3351 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3352 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3353 + } + ] + }, + "minecraft:diamond_ore": { + "states": [ + { + "id": 3354, + "default": true + } + ] + }, + "minecraft:diamond_block": { + "states": [ + { + "id": 3355, + "default": true + } + ] + }, + "minecraft:crafting_table": { + "states": [ + { + "id": 3356, + "default": true + } + ] + }, + "minecraft:wheat": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 3357, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3358 + }, + { + "properties": { + "age": "2" + }, + "id": 3359 + }, + { + "properties": { + "age": "3" + }, + "id": 3360 + }, + { + "properties": { + "age": "4" + }, + "id": 3361 + }, + { + "properties": { + "age": "5" + }, + "id": 3362 + }, + { + "properties": { + "age": "6" + }, + "id": 3363 + }, + { + "properties": { + "age": "7" + }, + "id": 3364 + } + ] + }, + "minecraft:farmland": { + "properties": { + "moisture": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "moisture": "0" + }, + "id": 3365, + "default": true + }, + { + "properties": { + "moisture": "1" + }, + "id": 3366 + }, + { + "properties": { + "moisture": "2" + }, + "id": 3367 + }, + { + "properties": { + "moisture": "3" + }, + "id": 3368 + }, + { + "properties": { + "moisture": "4" + }, + "id": 3369 + }, + { + "properties": { + "moisture": "5" + }, + "id": 3370 + }, + { + "properties": { + "moisture": "6" + }, + "id": 3371 + }, + { + "properties": { + "moisture": "7" + }, + "id": 3372 + } + ] + }, + "minecraft:furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3373 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3374, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3375 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3376 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3377 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3378 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3379 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3380 + } + ] + }, + "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": 3381 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3382, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3383 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3384 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3385 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3386 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3387 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3388 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3389 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3390 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3391 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3392 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3393 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3394 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3395 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3396 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3397 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3398 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3399 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3400 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3401 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3402 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3403 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3404 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3405 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3406 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3407 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3408 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3409 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3410 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3411 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3412 + } + ] + }, + "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": 3413 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3414, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3415 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3416 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3417 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3418 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3419 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3420 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3421 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3422 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3423 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3424 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3425 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3426 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3427 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3428 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3429 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3430 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3431 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3432 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3433 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3434 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3435 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3436 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3437 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3438 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3439 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3440 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3441 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3442 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3443 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3444 + } + ] + }, + "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": 3445 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3446, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3447 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3448 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3449 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3450 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3451 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3452 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3453 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3454 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3455 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3456 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3457 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3458 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3459 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3460 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3461 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3462 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3463 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3464 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3465 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3466 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3467 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3468 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3469 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3470 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3471 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3472 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3473 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3474 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3475 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3476 + } + ] + }, + "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": 3477 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3478, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3479 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3480 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3481 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3482 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3483 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3484 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3485 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3486 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3487 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3488 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3489 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3490 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3491 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3492 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3493 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3494 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3495 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3496 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3497 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3498 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3499 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3500 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3501 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3502 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3503 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3504 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3505 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3506 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3507 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3508 + } + ] + }, + "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": 3509 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3510, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3511 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3512 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3513 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3514 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3515 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3516 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3517 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3518 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3519 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3520 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3521 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3522 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3523 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3524 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3525 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3526 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3527 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3528 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3529 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3530 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3531 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3532 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3533 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3534 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3535 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3536 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3537 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3538 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3539 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3540 + } + ] + }, + "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": 3541 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3542, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3543 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3544 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3545 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3546 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3547 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3548 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3549 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3550 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3551 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3552 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3553 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3554 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3555 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3556 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3557 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3558 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3559 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3560 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3561 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3562 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3563 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3564 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3565 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3566 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3567 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3568 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3569 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3570 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3571 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3572 + } + ] + }, + "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": 3573 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3574 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3575 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3576 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3577 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3578 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3579 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3580 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3581 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3582 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3583 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3584, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3585 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3586 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3587 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3588 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3589 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3590 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3591 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3592 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3593 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3594 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3595 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3596 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3597 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3598 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3599 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3600 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3601 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3602 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3603 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3604 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3605 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3606 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3607 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3608 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3609 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3610 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3611 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3612 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3613 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3614 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3615 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3616 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3617 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3618 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3619 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3620 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3621 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3622 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3623 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3624 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3625 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3626 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3627 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3628 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3629 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3630 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3631 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3632 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3633 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3634 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3635 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3636 + } + ] + }, + "minecraft:ladder": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3637 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3638, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3639 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3640 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3641 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3642 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3643 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3644 + } + ] + }, + "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": 3645, + "default": true + }, + { + "properties": { + "shape": "east_west" + }, + "id": 3646 + }, + { + "properties": { + "shape": "ascending_east" + }, + "id": 3647 + }, + { + "properties": { + "shape": "ascending_west" + }, + "id": 3648 + }, + { + "properties": { + "shape": "ascending_north" + }, + "id": 3649 + }, + { + "properties": { + "shape": "ascending_south" + }, + "id": 3650 + }, + { + "properties": { + "shape": "south_east" + }, + "id": 3651 + }, + { + "properties": { + "shape": "south_west" + }, + "id": 3652 + }, + { + "properties": { + "shape": "north_west" + }, + "id": 3653 + }, + { + "properties": { + "shape": "north_east" + }, + "id": 3654 + } + ] + }, + "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": 3655 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3656 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3657 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3658 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3659 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3660 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3661 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3662 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3663 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3664 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3665 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3666, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3667 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3668 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3669 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3670 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3671 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3672 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3673 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3674 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3675 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3676 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3677 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3678 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3679 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3680 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3681 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3682 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3683 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3684 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3685 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3686 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3687 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3688 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3689 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3690 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3691 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3692 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3693 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3694 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3695 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3696 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3697 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3698 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3699 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3700 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3701 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3702 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3703 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3704 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3705 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3706 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3707 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3708 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3709 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3710 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3711 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3712 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3713 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3714 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3715 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3716 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3717 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3718 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3719 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3720 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3721 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3722 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3723 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3724 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3725 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3726 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3727 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3728 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3729 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3730 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3731 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3732 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3733 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3734 + } + ] + }, + "minecraft:oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3735 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3736, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3737 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3738 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3739 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3740 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3741 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3742 + } + ] + }, + "minecraft:spruce_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3743 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3744, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3745 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3746 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3747 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3748 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3749 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3750 + } + ] + }, + "minecraft:birch_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3751 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3752, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3753 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3754 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3755 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3756 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3757 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3758 + } + ] + }, + "minecraft:acacia_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3759 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3760, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3761 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3762 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3763 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3764 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3765 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3766 + } + ] + }, + "minecraft:jungle_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3767 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3768, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3769 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3770 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3771 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3772 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3773 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3774 + } + ] + }, + "minecraft:dark_oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3775 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3776, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3777 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3778 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3779 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3780 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3781 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3782 + } + ] + }, + "minecraft:lever": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 3783 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3784 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3785 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3786 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3787 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3788 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3789 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3790 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3791 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3792, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3793 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3794 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3795 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3796 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3797 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3798 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3799 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3800 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3801 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3802 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3803 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3804 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3805 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3806 + } + ] + }, + "minecraft:stone_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3807 + }, + { + "properties": { + "powered": "false" + }, + "id": 3808, + "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": 3809 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3810 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3811 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3812 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3813 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3814 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3815 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3816 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3817 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3818 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3819 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3820, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3821 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3822 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3823 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3824 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3825 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3826 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3827 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3828 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3829 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3830 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3831 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3832 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3833 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3834 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3835 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3836 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3837 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3838 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3839 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3840 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3841 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3842 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3843 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3844 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3845 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3846 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3847 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3848 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3849 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3850 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3851 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3852 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3853 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3854 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3855 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3856 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3857 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3858 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3859 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3860 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3861 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3862 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3863 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3864 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3865 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3866 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3867 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3868 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3869 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3870 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3871 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3872 + } + ] + }, + "minecraft:oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3873 + }, + { + "properties": { + "powered": "false" + }, + "id": 3874, + "default": true + } + ] + }, + "minecraft:spruce_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3875 + }, + { + "properties": { + "powered": "false" + }, + "id": 3876, + "default": true + } + ] + }, + "minecraft:birch_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3877 + }, + { + "properties": { + "powered": "false" + }, + "id": 3878, + "default": true + } + ] + }, + "minecraft:jungle_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3879 + }, + { + "properties": { + "powered": "false" + }, + "id": 3880, + "default": true + } + ] + }, + "minecraft:acacia_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3881 + }, + { + "properties": { + "powered": "false" + }, + "id": 3882, + "default": true + } + ] + }, + "minecraft:dark_oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3883 + }, + { + "properties": { + "powered": "false" + }, + "id": 3884, + "default": true + } + ] + }, + "minecraft:redstone_ore": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3885 + }, + { + "properties": { + "lit": "false" + }, + "id": 3886, + "default": true + } + ] + }, + "minecraft:redstone_torch": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3887, + "default": true + }, + { + "properties": { + "lit": "false" + }, + "id": 3888 + } + ] + }, + "minecraft:redstone_wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3889, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3890 + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3891 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3892 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3893 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3894 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3895 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3896 + } + ] + }, + "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": 3897 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3898 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3899 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3900 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3901 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3902 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3903 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3904 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3905 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3906, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3907 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3908 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3909 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3910 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3911 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3912 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3913 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3914 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3915 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3916 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3917 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3918 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3919 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3920 + } + ] + }, + "minecraft:snow": { + "properties": { + "layers": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "layers": "1" + }, + "id": 3921, + "default": true + }, + { + "properties": { + "layers": "2" + }, + "id": 3922 + }, + { + "properties": { + "layers": "3" + }, + "id": 3923 + }, + { + "properties": { + "layers": "4" + }, + "id": 3924 + }, + { + "properties": { + "layers": "5" + }, + "id": 3925 + }, + { + "properties": { + "layers": "6" + }, + "id": 3926 + }, + { + "properties": { + "layers": "7" + }, + "id": 3927 + }, + { + "properties": { + "layers": "8" + }, + "id": 3928 + } + ] + }, + "minecraft:ice": { + "states": [ + { + "id": 3929, + "default": true + } + ] + }, + "minecraft:snow_block": { + "states": [ + { + "id": 3930, + "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": 3931, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3932 + }, + { + "properties": { + "age": "2" + }, + "id": 3933 + }, + { + "properties": { + "age": "3" + }, + "id": 3934 + }, + { + "properties": { + "age": "4" + }, + "id": 3935 + }, + { + "properties": { + "age": "5" + }, + "id": 3936 + }, + { + "properties": { + "age": "6" + }, + "id": 3937 + }, + { + "properties": { + "age": "7" + }, + "id": 3938 + }, + { + "properties": { + "age": "8" + }, + "id": 3939 + }, + { + "properties": { + "age": "9" + }, + "id": 3940 + }, + { + "properties": { + "age": "10" + }, + "id": 3941 + }, + { + "properties": { + "age": "11" + }, + "id": 3942 + }, + { + "properties": { + "age": "12" + }, + "id": 3943 + }, + { + "properties": { + "age": "13" + }, + "id": 3944 + }, + { + "properties": { + "age": "14" + }, + "id": 3945 + }, + { + "properties": { + "age": "15" + }, + "id": 3946 + } + ] + }, + "minecraft:clay": { + "states": [ + { + "id": 3947, + "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": 3948, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3949 + }, + { + "properties": { + "age": "2" + }, + "id": 3950 + }, + { + "properties": { + "age": "3" + }, + "id": 3951 + }, + { + "properties": { + "age": "4" + }, + "id": 3952 + }, + { + "properties": { + "age": "5" + }, + "id": 3953 + }, + { + "properties": { + "age": "6" + }, + "id": 3954 + }, + { + "properties": { + "age": "7" + }, + "id": 3955 + }, + { + "properties": { + "age": "8" + }, + "id": 3956 + }, + { + "properties": { + "age": "9" + }, + "id": 3957 + }, + { + "properties": { + "age": "10" + }, + "id": 3958 + }, + { + "properties": { + "age": "11" + }, + "id": 3959 + }, + { + "properties": { + "age": "12" + }, + "id": 3960 + }, + { + "properties": { + "age": "13" + }, + "id": 3961 + }, + { + "properties": { + "age": "14" + }, + "id": 3962 + }, + { + "properties": { + "age": "15" + }, + "id": 3963 + } + ] + }, + "minecraft:jukebox": { + "properties": { + "has_record": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "has_record": "true" + }, + "id": 3964 + }, + { + "properties": { + "has_record": "false" + }, + "id": 3965, + "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": 3966 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3967 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3968 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3969 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3970 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3971 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3972 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3973 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3974 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3975 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3976 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3977 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3978 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3979 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3980 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3981 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3982 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3983 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3984 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3985 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3986 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3987 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3988 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3989 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3990 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3991 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3992 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3993 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3994 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3995 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3996 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3997, + "default": true + } + ] + }, + "minecraft:pumpkin": { + "states": [ + { + "id": 3998, + "default": true + } + ] + }, + "minecraft:netherrack": { + "states": [ + { + "id": 3999, + "default": true + } + ] + }, + "minecraft:soul_sand": { + "states": [ + { + "id": 4000, + "default": true + } + ] + }, + "minecraft:soul_soil": { + "states": [ + { + "id": 4001, + "default": true + } + ] + }, + "minecraft:basalt": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4002 + }, + { + "properties": { + "axis": "y" + }, + "id": 4003, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4004 + } + ] + }, + "minecraft:polished_basalt": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4005 + }, + { + "properties": { + "axis": "y" + }, + "id": 4006, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4007 + } + ] + }, + "minecraft:soul_torch": { + "states": [ + { + "id": 4008, + "default": true + } + ] + }, + "minecraft:soul_wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4009, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4010 + }, + { + "properties": { + "facing": "west" + }, + "id": 4011 + }, + { + "properties": { + "facing": "east" + }, + "id": 4012 + } + ] + }, + "minecraft:glowstone": { + "states": [ + { + "id": 4013, + "default": true + } + ] + }, + "minecraft:nether_portal": { + "properties": { + "axis": [ + "x", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4014, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4015 + } + ] + }, + "minecraft:carved_pumpkin": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4016, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4017 + }, + { + "properties": { + "facing": "west" + }, + "id": 4018 + }, + { + "properties": { + "facing": "east" + }, + "id": 4019 + } + ] + }, + "minecraft:jack_o_lantern": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4020, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4021 + }, + { + "properties": { + "facing": "west" + }, + "id": 4022 + }, + { + "properties": { + "facing": "east" + }, + "id": 4023 + } + ] + }, + "minecraft:cake": { + "properties": { + "bites": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6" + ] + }, + "states": [ + { + "properties": { + "bites": "0" + }, + "id": 4024, + "default": true + }, + { + "properties": { + "bites": "1" + }, + "id": 4025 + }, + { + "properties": { + "bites": "2" + }, + "id": 4026 + }, + { + "properties": { + "bites": "3" + }, + "id": 4027 + }, + { + "properties": { + "bites": "4" + }, + "id": 4028 + }, + { + "properties": { + "bites": "5" + }, + "id": 4029 + }, + { + "properties": { + "bites": "6" + }, + "id": 4030 + } + ] + }, + "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": 4031 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4032 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4033 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4034, + "default": true + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4035 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4036 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4037 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4038 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4039 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4040 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4041 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4042 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4043 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4044 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4045 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4046 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4047 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4048 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4049 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4050 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4051 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4052 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4053 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4054 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4055 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4056 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4057 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4058 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4059 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4060 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4061 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4062 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4063 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4064 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4065 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4066 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4067 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4068 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4069 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4070 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4071 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4072 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4073 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4074 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4075 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4076 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4077 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4078 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4079 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4080 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4081 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4082 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4083 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4084 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4085 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4086 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4087 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4088 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4089 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4090 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4091 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4092 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4093 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4094 + } + ] + }, + "minecraft:white_stained_glass": { + "states": [ + { + "id": 4095, + "default": true + } + ] + }, + "minecraft:orange_stained_glass": { + "states": [ + { + "id": 4096, + "default": true + } + ] + }, + "minecraft:magenta_stained_glass": { + "states": [ + { + "id": 4097, + "default": true + } + ] + }, + "minecraft:light_blue_stained_glass": { + "states": [ + { + "id": 4098, + "default": true + } + ] + }, + "minecraft:yellow_stained_glass": { + "states": [ + { + "id": 4099, + "default": true + } + ] + }, + "minecraft:lime_stained_glass": { + "states": [ + { + "id": 4100, + "default": true + } + ] + }, + "minecraft:pink_stained_glass": { + "states": [ + { + "id": 4101, + "default": true + } + ] + }, + "minecraft:gray_stained_glass": { + "states": [ + { + "id": 4102, + "default": true + } + ] + }, + "minecraft:light_gray_stained_glass": { + "states": [ + { + "id": 4103, + "default": true + } + ] + }, + "minecraft:cyan_stained_glass": { + "states": [ + { + "id": 4104, + "default": true + } + ] + }, + "minecraft:purple_stained_glass": { + "states": [ + { + "id": 4105, + "default": true + } + ] + }, + "minecraft:blue_stained_glass": { + "states": [ + { + "id": 4106, + "default": true + } + ] + }, + "minecraft:brown_stained_glass": { + "states": [ + { + "id": 4107, + "default": true + } + ] + }, + "minecraft:green_stained_glass": { + "states": [ + { + "id": 4108, + "default": true + } + ] + }, + "minecraft:red_stained_glass": { + "states": [ + { + "id": 4109, + "default": true + } + ] + }, + "minecraft:black_stained_glass": { + "states": [ + { + "id": 4110, + "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": 4111 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4112 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4113 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4114 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4115 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4116 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4117 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4118 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4119 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4120 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4121 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4122 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4123 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4124 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4125 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4126, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4127 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4128 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4129 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4130 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4131 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4132 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4133 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4134 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4135 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4136 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4137 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4138 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4139 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4140 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4141 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4142 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4143 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4144 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4145 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4146 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4147 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4148 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4149 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4150 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4151 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4152 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4153 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4154 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4155 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4156 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4157 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4158 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4159 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4160 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4161 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4162 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4163 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4164 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4165 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4166 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4167 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4168 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4169 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4170 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4171 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4172 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4173 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4174 + } + ] + }, + "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": 4175 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4176 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4177 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4178 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4179 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4180 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4181 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4182 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4183 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4184 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4185 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4186 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4187 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4188 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4189 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4190, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4191 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4192 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4193 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4194 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4195 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4196 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4197 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4198 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4199 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4200 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4201 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4202 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4203 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4204 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4205 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4206 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4207 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4208 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4209 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4210 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4211 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4212 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4213 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4214 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4215 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4216 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4217 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4218 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4219 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4220 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4221 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4222 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4223 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4224 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4225 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4226 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4227 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4228 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4229 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4230 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4231 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4232 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4233 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4234 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4235 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4236 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4237 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4238 + } + ] + }, + "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": 4239 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4240 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4241 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4242 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4243 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4244 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4245 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4246 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4247 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4248 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4249 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4250 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4251 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4252 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4253 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4254, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4255 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4256 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4257 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4258 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4259 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4260 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4261 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4262 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4263 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4264 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4265 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4266 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4267 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4268 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4269 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4270 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4271 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4272 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4273 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4274 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4275 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4276 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4277 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4279 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4280 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4281 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4282 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4283 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4284 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4285 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4286 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4287 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4289 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4290 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4291 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4292 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4293 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4294 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4295 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4296 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4297 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4299 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4300 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4301 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4302 + } + ] + }, + "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": 4303 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4304 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4305 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4306 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4307 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4308 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4309 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4310 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4311 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4312 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4313 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4314 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4315 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4316 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4317 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4318, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4319 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4320 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4321 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4322 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4323 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4324 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4325 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4326 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4327 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4328 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4329 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4330 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4331 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4332 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4333 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4334 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4335 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4336 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4337 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4338 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4339 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4340 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4341 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4342 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4343 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4344 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4345 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4346 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4347 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4348 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4349 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4350 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4351 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4352 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4353 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4354 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4355 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4356 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4357 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4358 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4359 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4360 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4361 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4362 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4363 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4364 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4365 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4366 + } + ] + }, + "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": 4367 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4368 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4369 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4370 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4371 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4372 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4373 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4374 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4375 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4376 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4377 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4378 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4379 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4380 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4381 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4382, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4383 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4384 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4385 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4386 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4387 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4388 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4389 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4390 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4391 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4392 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4393 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4394 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4395 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4396 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4397 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4398 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4399 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4400 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4401 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4402 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4403 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4404 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4405 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4406 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4407 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4408 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4409 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4410 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4411 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4412 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4413 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4414 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4415 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4416 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4417 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4418 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4419 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4420 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4421 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4422 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4423 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4424 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4425 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4426 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4427 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4428 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4429 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4430 + } + ] + }, + "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": 4431 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4432 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4433 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4434 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4435 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4436 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4437 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4438 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4439 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4440 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4441 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4442 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4443 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4444 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4445 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4446, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4447 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4448 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4449 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4450 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4451 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4452 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4453 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4454 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4455 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4456 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4457 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4458 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4459 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4460 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4461 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4462 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4463 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4464 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4465 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4466 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4467 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4468 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4469 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4470 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4471 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4472 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4473 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4474 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4475 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4476 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4477 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4478 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4479 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4480 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4481 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4482 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4483 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4484 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4485 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4486 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4487 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4488 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4489 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4490 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4491 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4492 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4493 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4494 + } + ] + }, + "minecraft:stone_bricks": { + "states": [ + { + "id": 4495, + "default": true + } + ] + }, + "minecraft:mossy_stone_bricks": { + "states": [ + { + "id": 4496, + "default": true + } + ] + }, + "minecraft:cracked_stone_bricks": { + "states": [ + { + "id": 4497, + "default": true + } + ] + }, + "minecraft:chiseled_stone_bricks": { + "states": [ + { + "id": 4498, + "default": true + } + ] + }, + "minecraft:infested_stone": { + "states": [ + { + "id": 4499, + "default": true + } + ] + }, + "minecraft:infested_cobblestone": { + "states": [ + { + "id": 4500, + "default": true + } + ] + }, + "minecraft:infested_stone_bricks": { + "states": [ + { + "id": 4501, + "default": true + } + ] + }, + "minecraft:infested_mossy_stone_bricks": { + "states": [ + { + "id": 4502, + "default": true + } + ] + }, + "minecraft:infested_cracked_stone_bricks": { + "states": [ + { + "id": 4503, + "default": true + } + ] + }, + "minecraft:infested_chiseled_stone_bricks": { + "states": [ + { + "id": 4504, + "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": 4505, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4506 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4507 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4508 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4509 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4510 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4511 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4512 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4513 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4514 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4515 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4516 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4517 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4518 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4519 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4520 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4521 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4522 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4523 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4524 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4525 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4526 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4527 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4528 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4529 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4530 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4531 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4532 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4533 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4534 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4535 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4536 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4537 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4538 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4539 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4540 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4541 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4542 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4543 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4544 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4545 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4546 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4547 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4548 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4549 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4550 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4551 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4552 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4553 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4554 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4555 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4556 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4557 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4558 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4559 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4560 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4561 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4562 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4563 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4564 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4565 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4566 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4567 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4568 + } + ] + }, + "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": 4569, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4570 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4571 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4572 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4573 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4574 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4575 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4576 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4577 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4578 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4579 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4580 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4581 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4582 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4583 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4584 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4585 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4586 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4587 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4588 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4589 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4590 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4591 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4592 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4593 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4594 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4595 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4596 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4597 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4598 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4599 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4600 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4601 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4602 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4603 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4604 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4605 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4606 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4607 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4608 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4609 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4610 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4611 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4612 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4613 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4614 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4615 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4616 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4617 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4618 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4619 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4620 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4621 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4622 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4623 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4624 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4625 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4626 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4627 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4628 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4629 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4630 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4631 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4632 + } + ] + }, + "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": 4633, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4634 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4635 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4636 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4637 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4638 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4639 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4640 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4641 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4642 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4643 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4644 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4645 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4646 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4647 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4648 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4649 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4650 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4651 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4652 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4653 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4654 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4655 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4656 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4657 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4658 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4659 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4660 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4661 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4662 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4663 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4664 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4665 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4666 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4667 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4668 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4669 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4670 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4671 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4672 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4673 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4674 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4675 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4676 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4677 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4678 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4679 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4680 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4681 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4682 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4683 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4684 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4685 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4686 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4687 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4688 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4689 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4690 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4691 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4692 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4693 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4694 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4695 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4696 + } + ] + }, + "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": 4697 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4698 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4699 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4700 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4701 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4702 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4703 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4704 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4705 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4706 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4707 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4708 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4709 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4710 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4711 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4712 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4713 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4714 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4715 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4716 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4717 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4718 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4719 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4720 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4721 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4722 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4723 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4724 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4725 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4726 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4727 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4728, + "default": true + } + ] + }, + "minecraft:chain": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 4729 + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 4730, + "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": 4731 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4732 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4733 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4734 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4735 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4736 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4737 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4738 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4739 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4740 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4741 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4742 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4743 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4744 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4745 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4746 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4747 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4748 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4749 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4750 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4751 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4752 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4753 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4754 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4755 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4756 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4757 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4758 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4759 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4760 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4761 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4762, + "default": true + } + ] + }, + "minecraft:melon": { + "states": [ + { + "id": 4763, + "default": true + } + ] + }, + "minecraft:attached_pumpkin_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4764, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4765 + }, + { + "properties": { + "facing": "west" + }, + "id": 4766 + }, + { + "properties": { + "facing": "east" + }, + "id": 4767 + } + ] + }, + "minecraft:attached_melon_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4768, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4769 + }, + { + "properties": { + "facing": "west" + }, + "id": 4770 + }, + { + "properties": { + "facing": "east" + }, + "id": 4771 + } + ] + }, + "minecraft:pumpkin_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4772, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4773 + }, + { + "properties": { + "age": "2" + }, + "id": 4774 + }, + { + "properties": { + "age": "3" + }, + "id": 4775 + }, + { + "properties": { + "age": "4" + }, + "id": 4776 + }, + { + "properties": { + "age": "5" + }, + "id": 4777 + }, + { + "properties": { + "age": "6" + }, + "id": 4778 + }, + { + "properties": { + "age": "7" + }, + "id": 4779 + } + ] + }, + "minecraft:melon_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4780, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4781 + }, + { + "properties": { + "age": "2" + }, + "id": 4782 + }, + { + "properties": { + "age": "3" + }, + "id": 4783 + }, + { + "properties": { + "age": "4" + }, + "id": 4784 + }, + { + "properties": { + "age": "5" + }, + "id": 4785 + }, + { + "properties": { + "age": "6" + }, + "id": 4786 + }, + { + "properties": { + "age": "7" + }, + "id": 4787 + } + ] + }, + "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": 4788 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4789 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4790 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4791 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4792 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4793 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4794 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4795 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4796 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4797 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4798 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4799 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4800 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4801 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4802 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4803 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4804 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4805 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4806 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4807 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4808 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4809 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4810 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4811 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4812 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4813 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4814 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4815 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4816 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4817 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4818 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4819, + "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": 4820 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4821 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4822 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4823 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4824 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4825 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4826 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4827, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4828 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4829 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4830 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4831 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4832 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4833 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4834 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4835 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4836 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4837 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4838 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4839 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4840 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4841 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4842 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4843 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4844 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4845 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4846 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4847 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4848 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4849 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4850 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4851 + } + ] + }, + "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": 4852 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4853 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4854 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4855 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4856 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4857 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4858 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4859 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4860 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4861 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4862 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4863, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4864 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4865 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4866 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4867 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4868 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4869 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4870 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4871 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4872 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4873 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4874 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4875 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4876 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4877 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4878 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4879 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4880 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4881 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4882 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4883 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4884 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4885 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4886 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4887 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4888 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4889 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4890 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4891 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4892 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4893 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4894 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4895 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4896 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4897 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4898 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4899 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4900 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4901 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4902 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4903 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4904 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4905 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4906 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4907 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4908 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4909 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4910 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4911 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4912 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4913 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4914 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4915 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4916 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4917 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4918 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4919 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4920 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4921 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4922 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4923 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4924 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4925 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4926 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4927 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4928 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4929 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4930 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4931 + } + ] + }, + "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": 4932 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4933 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4934 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4935 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4936 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4937 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4938 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4939 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4940 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4941 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4942 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4943, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4944 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4945 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4946 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4947 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4948 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4949 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4950 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4951 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4952 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4953 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4954 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4955 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4956 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4957 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4958 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4959 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4960 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4961 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4962 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4963 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4964 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4965 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4966 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4967 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4968 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4969 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4970 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4971 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4972 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4973 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4974 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4975 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4976 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4977 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4978 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4979 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4980 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4981 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4982 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4983 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4984 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4985 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4986 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4987 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4988 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4989 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4990 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4991 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4992 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4993 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4994 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4995 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4996 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4997 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4998 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4999 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5000 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5001 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5002 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5003 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5004 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5005 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5006 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5007 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5008 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5009 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5010 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5011 + } + ] + }, + "minecraft:mycelium": { + "properties": { + "snowy": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "snowy": "true" + }, + "id": 5012 + }, + { + "properties": { + "snowy": "false" + }, + "id": 5013, + "default": true + } + ] + }, + "minecraft:lily_pad": { + "states": [ + { + "id": 5014, + "default": true + } + ] + }, + "minecraft:nether_bricks": { + "states": [ + { + "id": 5015, + "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": 5016 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5017 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5018 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5019 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5020 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5021 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5022 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5023 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5024 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5025 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5026 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5027 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5028 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5029 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5030 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5031 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5032 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5033 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5034 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5035 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5036 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5037 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5038 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5039 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5040 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5041 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5042 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5043 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5044 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5045 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5046 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5047, + "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": 5048 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5049 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5050 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5051 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5052 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5053 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5054 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5055 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5056 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5057 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5058 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5059, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5060 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5061 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5062 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5063 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5064 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5065 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5066 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5067 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5068 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5069 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5070 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5071 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5072 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5073 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5074 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5075 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5076 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5077 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5078 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5079 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5080 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5081 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5082 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5083 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5084 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5085 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5086 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5087 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5088 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5089 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5090 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5091 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5092 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5093 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5094 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5095 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5096 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5097 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5098 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5099 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5100 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5101 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5102 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5103 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5104 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5105 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5106 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5107 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5108 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5109 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5110 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5111 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5112 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5113 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5114 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5115 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5116 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5117 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5118 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5119 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5120 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5121 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5122 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5123 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5124 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5125 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5126 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5127 + } + ] + }, + "minecraft:nether_wart": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 5128, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 5129 + }, + { + "properties": { + "age": "2" + }, + "id": 5130 + }, + { + "properties": { + "age": "3" + }, + "id": 5131 + } + ] + }, + "minecraft:enchanting_table": { + "states": [ + { + "id": 5132, + "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": 5133 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5134 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5135 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5136 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "true" + }, + "id": 5137 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5138 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5139 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5140, + "default": true + } + ] + }, + "minecraft:cauldron": { + "properties": { + "level": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 5141, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 5142 + }, + { + "properties": { + "level": "2" + }, + "id": 5143 + }, + { + "properties": { + "level": "3" + }, + "id": 5144 + } + ] + }, + "minecraft:end_portal": { + "states": [ + { + "id": 5145, + "default": true + } + ] + }, + "minecraft:end_portal_frame": { + "properties": { + "eye": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "eye": "true", + "facing": "north" + }, + "id": 5146 + }, + { + "properties": { + "eye": "true", + "facing": "south" + }, + "id": 5147 + }, + { + "properties": { + "eye": "true", + "facing": "west" + }, + "id": 5148 + }, + { + "properties": { + "eye": "true", + "facing": "east" + }, + "id": 5149 + }, + { + "properties": { + "eye": "false", + "facing": "north" + }, + "id": 5150, + "default": true + }, + { + "properties": { + "eye": "false", + "facing": "south" + }, + "id": 5151 + }, + { + "properties": { + "eye": "false", + "facing": "west" + }, + "id": 5152 + }, + { + "properties": { + "eye": "false", + "facing": "east" + }, + "id": 5153 + } + ] + }, + "minecraft:end_stone": { + "states": [ + { + "id": 5154, + "default": true + } + ] + }, + "minecraft:dragon_egg": { + "states": [ + { + "id": 5155, + "default": true + } + ] + }, + "minecraft:redstone_lamp": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 5156 + }, + { + "properties": { + "lit": "false" + }, + "id": 5157, + "default": true + } + ] + }, + "minecraft:cocoa": { + "properties": { + "age": [ + "0", + "1", + "2" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "facing": "north" + }, + "id": 5158, + "default": true + }, + { + "properties": { + "age": "0", + "facing": "south" + }, + "id": 5159 + }, + { + "properties": { + "age": "0", + "facing": "west" + }, + "id": 5160 + }, + { + "properties": { + "age": "0", + "facing": "east" + }, + "id": 5161 + }, + { + "properties": { + "age": "1", + "facing": "north" + }, + "id": 5162 + }, + { + "properties": { + "age": "1", + "facing": "south" + }, + "id": 5163 + }, + { + "properties": { + "age": "1", + "facing": "west" + }, + "id": 5164 + }, + { + "properties": { + "age": "1", + "facing": "east" + }, + "id": 5165 + }, + { + "properties": { + "age": "2", + "facing": "north" + }, + "id": 5166 + }, + { + "properties": { + "age": "2", + "facing": "south" + }, + "id": 5167 + }, + { + "properties": { + "age": "2", + "facing": "west" + }, + "id": 5168 + }, + { + "properties": { + "age": "2", + "facing": "east" + }, + "id": 5169 + } + ] + }, + "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": 5170 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5171 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5172 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5173 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5174 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5175 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5176 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5177 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5178 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5179 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5180 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5181, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5182 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5183 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5184 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5185 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5186 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5187 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5188 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5189 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5190 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5191 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5192 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5193 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5194 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5195 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5196 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5197 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5198 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5199 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5200 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5201 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5202 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5203 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5204 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5205 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5206 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5207 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5208 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5209 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5210 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5211 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5212 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5213 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5214 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5215 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5216 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5217 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5218 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5219 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5220 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5221 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5222 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5223 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5224 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5225 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5226 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5227 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5228 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5229 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5230 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5231 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5232 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5233 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5234 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5235 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5236 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5237 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5238 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5239 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5240 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5241 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5242 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5243 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5244 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5245 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5246 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5247 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5248 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5249 + } + ] + }, + "minecraft:emerald_ore": { + "states": [ + { + "id": 5250, + "default": true + } + ] + }, + "minecraft:ender_chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 5251 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 5252, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 5253 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 5254 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 5255 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 5256 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 5257 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 5258 + } + ] + }, + "minecraft:tripwire_hook": { + "properties": { + "attached": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "true" + }, + "id": 5259 + }, + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "false" + }, + "id": 5260 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "true" + }, + "id": 5261 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "false" + }, + "id": 5262 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "true" + }, + "id": 5263 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "false" + }, + "id": 5264 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "true" + }, + "id": 5265 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "false" + }, + "id": 5266 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "true" + }, + "id": 5267 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "false" + }, + "id": 5268, + "default": true + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "true" + }, + "id": 5269 + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "false" + }, + "id": 5270 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "true" + }, + "id": 5271 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "false" + }, + "id": 5272 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "true" + }, + "id": 5273 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "false" + }, + "id": 5274 + } + ] + }, + "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": 5275 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5276 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5277 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5278 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5279 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5280 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5281 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5282 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5283 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5284 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5285 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5286 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5287 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5288 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5289 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5290 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5291 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5292 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5293 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5294 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5295 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5296 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5297 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5298 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5299 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5300 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5301 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5302 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5303 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5304 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5305 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5306 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5307 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5308 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5309 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5310 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5311 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5312 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5313 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5314 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5315 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5316 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5317 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5318 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5319 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5320 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5321 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5322 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5323 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5324 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5325 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5326 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5327 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5328 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5329 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5330 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5331 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5332 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5333 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5334 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5335 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5336 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5337 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5338 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5339 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5340 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5341 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5342 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5343 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5344 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5345 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5346 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5347 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5348 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5349 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5350 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5351 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5352 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5353 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5354 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5355 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5356 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5357 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5358 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5359 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5360 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5361 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5362 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5363 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5364 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5365 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5366 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5367 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5368 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5369 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5370 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5371 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5372 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5373 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5374 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5375 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5376 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5377 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5378 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5379 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5380 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5381 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5382 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5383 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5384 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5385 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5386 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5387 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5388 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5389 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5390 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5391 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5392 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5393 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5394 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5395 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5396 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5397 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5398 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5399 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5400 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5401 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5402, + "default": true + } + ] + }, + "minecraft:emerald_block": { + "states": [ + { + "id": 5403, + "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": 5404 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5405 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5406 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5407 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5408 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5409 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5410 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5411 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5412 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5413 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5414 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5415, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5416 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5417 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5418 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5419 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5420 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5421 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5422 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5423 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5424 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5425 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5426 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5427 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5428 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5429 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5430 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5431 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5432 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5433 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5434 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5435 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5436 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5437 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5438 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5439 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5440 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5441 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5442 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5443 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5444 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5445 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5446 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5447 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5448 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5449 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5450 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5451 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5452 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5453 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5454 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5455 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5456 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5457 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5458 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5459 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5460 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5461 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5462 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5463 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5464 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5465 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5466 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5467 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5468 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5469 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5470 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5471 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5472 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5473 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5474 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5475 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5476 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5477 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5478 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5479 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5480 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5481 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5482 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5483 + } + ] + }, + "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": 5484 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5485 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5486 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5487 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5488 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5489 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5490 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5491 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5492 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5493 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5494 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5495, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5496 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5497 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5498 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5499 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5500 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5501 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5502 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5503 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5504 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5505 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5506 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5507 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5508 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5509 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5510 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5511 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5512 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5513 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5514 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5515 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5516 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5517 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5518 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5519 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5520 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5521 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5522 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5523 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5524 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5525 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5526 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5527 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5528 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5529 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5530 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5531 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5532 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5533 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5534 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5535 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5536 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5537 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5538 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5539 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5540 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5541 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5542 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5543 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5544 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5545 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5546 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5547 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5548 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5549 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5550 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5551 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5552 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5553 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5554 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5555 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5556 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5557 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5558 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5559 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5560 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5561 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5562 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5563 + } + ] + }, + "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": 5564 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5565 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5566 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5567 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5568 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5569 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5570 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5571 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5572 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5573 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5574 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5575, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5576 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5577 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5578 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5579 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5580 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5581 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5582 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5583 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5584 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5585 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5586 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5587 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5588 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5589 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5590 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5591 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5592 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5593 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5594 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5595 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5596 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5597 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5598 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5599 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5600 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5601 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5602 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5603 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5604 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5605 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5606 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5607 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5608 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5609 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5610 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5611 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5612 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5613 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5614 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5615 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5616 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5617 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5618 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5619 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5620 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5621 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5622 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5623 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5624 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5625 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5626 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5627 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5628 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5629 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5630 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5631 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5632 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5633 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5634 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5635 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5636 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5637 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5638 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5639 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5640 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5641 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5642 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5643 + } + ] + }, + "minecraft:command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 5644 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 5645 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 5646 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 5647 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 5648 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 5649 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 5650, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 5651 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 5652 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 5653 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 5654 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 5655 + } + ] + }, + "minecraft:beacon": { + "states": [ + { + "id": 5656, + "default": true + } + ] + }, + "minecraft:cobblestone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5657 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5658 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5659 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5660, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5661 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5662 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5663 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5664 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5665 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5666 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5667 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5668 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5669 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5670 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5671 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5672 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5673 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5674 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5675 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5676 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5677 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5678 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5679 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5680 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5681 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5682 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5683 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5684 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5685 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5686 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5687 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5688 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5689 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5690 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5691 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5692 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5693 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5694 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5695 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5696 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5697 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5698 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5699 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5700 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5701 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5702 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5703 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5704 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5705 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5706 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5707 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5708 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5709 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5710 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5711 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5712 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5713 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5714 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5715 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5716 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5717 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5718 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5719 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5720 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5721 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5722 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5723 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5724 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5725 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5726 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5727 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5728 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5729 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5730 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5731 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5732 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5733 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5734 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5735 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5736 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5737 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5738 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5739 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5740 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5741 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5742 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5743 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5744 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5745 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5746 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5747 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5748 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5749 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5750 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5751 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5752 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5753 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5754 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5755 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5756 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5757 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5758 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5759 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5760 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5761 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5762 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5763 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5764 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5765 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5766 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5767 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5768 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5769 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5770 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5771 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5772 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5773 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5774 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5775 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5776 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5777 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5778 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5779 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5780 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5781 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5782 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5783 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5784 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5785 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5786 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5787 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5788 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5789 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5790 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5791 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5792 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5793 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5794 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5795 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5796 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5797 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5798 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5799 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5800 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5801 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5802 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5803 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5804 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5805 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5806 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5807 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5808 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5809 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5810 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5811 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5812 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5813 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5814 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5815 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5816 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5817 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5818 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5819 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5820 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5821 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5822 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5823 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5824 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5825 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5826 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5827 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5828 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5829 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5830 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5831 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5832 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5833 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5834 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5835 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5836 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5837 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5838 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5839 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5840 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5841 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5842 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5843 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5844 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5845 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5846 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5847 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5848 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5849 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5850 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5851 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5852 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5853 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5854 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5855 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5856 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5857 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5858 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5859 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5860 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5861 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5862 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5863 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5864 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5865 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5866 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5867 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5868 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5869 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5870 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5871 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5872 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5873 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5874 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5875 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5876 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5877 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5878 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5879 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5880 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5881 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5882 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5883 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5884 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5885 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5886 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5887 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5888 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5889 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5890 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5891 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5892 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5893 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5894 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5895 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5896 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5897 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5898 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5899 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5900 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5901 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5902 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5903 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5904 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5905 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5906 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5907 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5908 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5909 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5910 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5911 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5912 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5913 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5914 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5915 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5916 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5917 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5918 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5919 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5920 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5921 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5922 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5923 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5924 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5925 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5926 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5927 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5928 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5929 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5930 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5931 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5932 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5933 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5934 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5935 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5936 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5937 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5938 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5939 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5940 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5941 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5942 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5943 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5944 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5945 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5946 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5947 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5948 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5949 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5950 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5951 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5952 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5953 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5954 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5955 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5956 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5957 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5958 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5959 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5960 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5961 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5962 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5963 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5964 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5965 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5966 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5967 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5968 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5969 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5970 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5971 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5972 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5973 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5974 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5975 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5976 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5977 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5978 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5979 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5980 + } + ] + }, + "minecraft:mossy_cobblestone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5981 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5982 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5983 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5984, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5985 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5986 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5987 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 5988 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 5989 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 5990 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 5991 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 5992 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 5993 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 5994 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 5995 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 5996 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 5997 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 5998 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 5999 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6000 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6001 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6002 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6003 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6004 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6005 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6006 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6007 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6008 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6009 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6010 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6011 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6012 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6013 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6014 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6015 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6016 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6017 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6018 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6019 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6020 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6021 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6022 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6023 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6024 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6025 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6026 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6027 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6028 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6029 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6030 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6031 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6032 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6033 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6034 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6035 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6036 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6037 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6038 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6039 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6040 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6041 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6042 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6043 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6044 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6045 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6046 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6047 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6048 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6049 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6050 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6051 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6052 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6053 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6054 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6055 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6056 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6057 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6058 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6059 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6060 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6061 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6062 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6063 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6064 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6065 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6066 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6067 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6068 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6069 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6070 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6071 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6072 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6073 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6074 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6075 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6076 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6077 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6078 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6079 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6080 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6081 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6082 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6083 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6084 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6085 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6086 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6087 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6088 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6089 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6090 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6091 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6092 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6093 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6094 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6095 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6096 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6097 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6098 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6099 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6100 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6101 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6102 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6103 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6104 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6105 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6106 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6107 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6108 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6109 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6110 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6111 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6112 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6113 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6114 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6115 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6116 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6117 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6118 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6119 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6120 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6121 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6122 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6123 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6124 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6125 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6126 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6127 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6128 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6129 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6130 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6131 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6132 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6133 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6134 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6135 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6136 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6137 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6138 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6139 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6140 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6141 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6142 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6143 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6144 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6145 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6146 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6147 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6148 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6149 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6150 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6151 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6152 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6153 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6154 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6155 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6156 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6157 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6158 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6159 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6160 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6161 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6162 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6163 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6164 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6165 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6166 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6167 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6168 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6169 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6170 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6171 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6172 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6173 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6174 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6175 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6176 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6177 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6178 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6179 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6180 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6181 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6182 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6183 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6184 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6185 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6186 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6187 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6188 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6189 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6190 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6191 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6192 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6193 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6194 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6195 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6196 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6197 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6198 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6199 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6200 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6201 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6202 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6203 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6204 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6205 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6206 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6207 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6208 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6209 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6210 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6211 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6212 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6213 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6214 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6215 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6216 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6217 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6218 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6219 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6220 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6221 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6222 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6223 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6224 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6225 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6226 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6227 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6228 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6229 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6230 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6231 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6232 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6233 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6234 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6235 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6236 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6237 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6238 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6239 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6240 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6241 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6242 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6243 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6244 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6245 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6246 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6247 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6248 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6249 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6250 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6251 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6252 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6253 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6254 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6255 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6256 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6257 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6258 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6259 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6260 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6261 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6262 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6263 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6264 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6265 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6266 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6267 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6268 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6269 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6270 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6271 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6272 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6273 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6274 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6275 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6276 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6277 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6278 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6279 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6280 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6281 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6282 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6283 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6284 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6285 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6286 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6287 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6288 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6289 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6290 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6291 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6292 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 6293 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 6294 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 6295 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 6296 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 6297 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 6298 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 6299 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 6300 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 6301 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 6302 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 6303 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 6304 + } + ] + }, + "minecraft:flower_pot": { + "states": [ + { + "id": 6305, + "default": true + } + ] + }, + "minecraft:potted_oak_sapling": { + "states": [ + { + "id": 6306, + "default": true + } + ] + }, + "minecraft:potted_spruce_sapling": { + "states": [ + { + "id": 6307, + "default": true + } + ] + }, + "minecraft:potted_birch_sapling": { + "states": [ + { + "id": 6308, + "default": true + } + ] + }, + "minecraft:potted_jungle_sapling": { + "states": [ + { + "id": 6309, + "default": true + } + ] + }, + "minecraft:potted_acacia_sapling": { + "states": [ + { + "id": 6310, + "default": true + } + ] + }, + "minecraft:potted_dark_oak_sapling": { + "states": [ + { + "id": 6311, + "default": true + } + ] + }, + "minecraft:potted_fern": { + "states": [ + { + "id": 6312, + "default": true + } + ] + }, + "minecraft:potted_dandelion": { + "states": [ + { + "id": 6313, + "default": true + } + ] + }, + "minecraft:potted_poppy": { + "states": [ + { + "id": 6314, + "default": true + } + ] + }, + "minecraft:potted_blue_orchid": { + "states": [ + { + "id": 6315, + "default": true + } + ] + }, + "minecraft:potted_allium": { + "states": [ + { + "id": 6316, + "default": true + } + ] + }, + "minecraft:potted_azure_bluet": { + "states": [ + { + "id": 6317, + "default": true + } + ] + }, + "minecraft:potted_red_tulip": { + "states": [ + { + "id": 6318, + "default": true + } + ] + }, + "minecraft:potted_orange_tulip": { + "states": [ + { + "id": 6319, + "default": true + } + ] + }, + "minecraft:potted_white_tulip": { + "states": [ + { + "id": 6320, + "default": true + } + ] + }, + "minecraft:potted_pink_tulip": { + "states": [ + { + "id": 6321, + "default": true + } + ] + }, + "minecraft:potted_oxeye_daisy": { + "states": [ + { + "id": 6322, + "default": true + } + ] + }, + "minecraft:potted_cornflower": { + "states": [ + { + "id": 6323, + "default": true + } + ] + }, + "minecraft:potted_lily_of_the_valley": { + "states": [ + { + "id": 6324, + "default": true + } + ] + }, + "minecraft:potted_wither_rose": { + "states": [ + { + "id": 6325, + "default": true + } + ] + }, + "minecraft:potted_red_mushroom": { + "states": [ + { + "id": 6326, + "default": true + } + ] + }, + "minecraft:potted_brown_mushroom": { + "states": [ + { + "id": 6327, + "default": true + } + ] + }, + "minecraft:potted_dead_bush": { + "states": [ + { + "id": 6328, + "default": true + } + ] + }, + "minecraft:potted_cactus": { + "states": [ + { + "id": 6329, + "default": true + } + ] + }, + "minecraft:carrots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 6330, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 6331 + }, + { + "properties": { + "age": "2" + }, + "id": 6332 + }, + { + "properties": { + "age": "3" + }, + "id": 6333 + }, + { + "properties": { + "age": "4" + }, + "id": 6334 + }, + { + "properties": { + "age": "5" + }, + "id": 6335 + }, + { + "properties": { + "age": "6" + }, + "id": 6336 + }, + { + "properties": { + "age": "7" + }, + "id": 6337 + } + ] + }, + "minecraft:potatoes": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 6338, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 6339 + }, + { + "properties": { + "age": "2" + }, + "id": 6340 + }, + { + "properties": { + "age": "3" + }, + "id": 6341 + }, + { + "properties": { + "age": "4" + }, + "id": 6342 + }, + { + "properties": { + "age": "5" + }, + "id": 6343 + }, + { + "properties": { + "age": "6" + }, + "id": 6344 + }, + { + "properties": { + "age": "7" + }, + "id": 6345 + } + ] + }, + "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": 6346 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6347 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6348 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6349 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6350 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6351 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6352 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6353 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6354 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6355, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6356 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6357 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6358 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6359 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6360 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6361 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6362 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6363 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6364 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6365 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6366 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6367 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6368 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6369 + } + ] + }, + "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": 6370 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6371 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6372 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6373 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6374 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6375 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6376 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6377 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6378 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6379, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6380 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6381 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6382 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6383 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6384 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6385 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6386 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6387 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6388 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6389 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6390 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6391 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6392 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6393 + } + ] + }, + "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": 6394 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6395 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6396 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6397 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6398 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6399 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6400 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6401 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6402 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6403, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6404 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6405 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6406 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6407 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6408 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6409 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6410 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6411 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6412 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6413 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6414 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6415 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6416 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6417 + } + ] + }, + "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": 6418 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6419 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6420 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6421 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6422 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6423 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6424 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6425 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6426 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6427, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6428 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6429 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6430 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6431 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6432 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6433 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6434 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6435 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6436 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6437 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6438 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6439 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6440 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6441 + } + ] + }, + "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": 6442 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6443 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6444 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6445 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6446 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6447 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6448 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6449 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6450 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6451, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6452 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6453 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6454 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6455 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6456 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6457 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6458 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6459 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6460 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6461 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6462 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6463 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6464 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6465 + } + ] + }, + "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": 6466 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 6467 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 6468 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 6469 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 6470 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 6471 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 6472 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 6473 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 6474 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 6475, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 6476 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 6477 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 6478 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 6479 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 6480 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 6481 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 6482 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 6483 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 6484 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 6485 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 6486 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 6487 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 6488 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 6489 + } + ] + }, + "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": 6490, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6491 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6492 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6493 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6494 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6495 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6496 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6497 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6498 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6499 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6500 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6501 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6502 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6503 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6504 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6505 + } + ] + }, + "minecraft:skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6506, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6507 + }, + { + "properties": { + "facing": "west" + }, + "id": 6508 + }, + { + "properties": { + "facing": "east" + }, + "id": 6509 + } + ] + }, + "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": 6510, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6511 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6512 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6513 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6514 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6515 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6516 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6517 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6518 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6519 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6520 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6521 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6522 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6523 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6524 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6525 + } + ] + }, + "minecraft:wither_skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6526, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6527 + }, + { + "properties": { + "facing": "west" + }, + "id": 6528 + }, + { + "properties": { + "facing": "east" + }, + "id": 6529 + } + ] + }, + "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": 6530, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6531 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6532 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6533 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6534 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6535 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6536 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6537 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6538 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6539 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6540 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6541 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6542 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6543 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6544 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6545 + } + ] + }, + "minecraft:zombie_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6546, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6547 + }, + { + "properties": { + "facing": "west" + }, + "id": 6548 + }, + { + "properties": { + "facing": "east" + }, + "id": 6549 + } + ] + }, + "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": 6550, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6551 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6552 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6553 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6554 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6555 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6556 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6557 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6558 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6559 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6560 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6561 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6562 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6563 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6564 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6565 + } + ] + }, + "minecraft:player_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6566, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6567 + }, + { + "properties": { + "facing": "west" + }, + "id": 6568 + }, + { + "properties": { + "facing": "east" + }, + "id": 6569 + } + ] + }, + "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": 6570, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6571 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6572 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6573 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6574 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6575 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6576 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6577 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6578 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6579 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6580 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6581 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6582 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6583 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6584 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6585 + } + ] + }, + "minecraft:creeper_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6586, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6587 + }, + { + "properties": { + "facing": "west" + }, + "id": 6588 + }, + { + "properties": { + "facing": "east" + }, + "id": 6589 + } + ] + }, + "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": 6590, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6591 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6592 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6593 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6594 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6595 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6596 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6597 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6598 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6599 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6600 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6601 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6602 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6603 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6604 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6605 + } + ] + }, + "minecraft:dragon_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6606, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6607 + }, + { + "properties": { + "facing": "west" + }, + "id": 6608 + }, + { + "properties": { + "facing": "east" + }, + "id": 6609 + } + ] + }, + "minecraft:anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6610, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6611 + }, + { + "properties": { + "facing": "west" + }, + "id": 6612 + }, + { + "properties": { + "facing": "east" + }, + "id": 6613 + } + ] + }, + "minecraft:chipped_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6614, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6615 + }, + { + "properties": { + "facing": "west" + }, + "id": 6616 + }, + { + "properties": { + "facing": "east" + }, + "id": 6617 + } + ] + }, + "minecraft:damaged_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6618, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6619 + }, + { + "properties": { + "facing": "west" + }, + "id": 6620 + }, + { + "properties": { + "facing": "east" + }, + "id": 6621 + } + ] + }, + "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": 6622 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 6623, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 6624 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 6625 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 6626 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 6627 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 6628 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 6629 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 6630 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 6631 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 6632 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 6633 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 6634 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 6635 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 6636 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 6637 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 6638 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 6639 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 6640 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 6641 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 6642 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 6643 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 6644 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 6645 + } + ] + }, + "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": 6646, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6647 + }, + { + "properties": { + "power": "2" + }, + "id": 6648 + }, + { + "properties": { + "power": "3" + }, + "id": 6649 + }, + { + "properties": { + "power": "4" + }, + "id": 6650 + }, + { + "properties": { + "power": "5" + }, + "id": 6651 + }, + { + "properties": { + "power": "6" + }, + "id": 6652 + }, + { + "properties": { + "power": "7" + }, + "id": 6653 + }, + { + "properties": { + "power": "8" + }, + "id": 6654 + }, + { + "properties": { + "power": "9" + }, + "id": 6655 + }, + { + "properties": { + "power": "10" + }, + "id": 6656 + }, + { + "properties": { + "power": "11" + }, + "id": 6657 + }, + { + "properties": { + "power": "12" + }, + "id": 6658 + }, + { + "properties": { + "power": "13" + }, + "id": 6659 + }, + { + "properties": { + "power": "14" + }, + "id": 6660 + }, + { + "properties": { + "power": "15" + }, + "id": 6661 + } + ] + }, + "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": 6662, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6663 + }, + { + "properties": { + "power": "2" + }, + "id": 6664 + }, + { + "properties": { + "power": "3" + }, + "id": 6665 + }, + { + "properties": { + "power": "4" + }, + "id": 6666 + }, + { + "properties": { + "power": "5" + }, + "id": 6667 + }, + { + "properties": { + "power": "6" + }, + "id": 6668 + }, + { + "properties": { + "power": "7" + }, + "id": 6669 + }, + { + "properties": { + "power": "8" + }, + "id": 6670 + }, + { + "properties": { + "power": "9" + }, + "id": 6671 + }, + { + "properties": { + "power": "10" + }, + "id": 6672 + }, + { + "properties": { + "power": "11" + }, + "id": 6673 + }, + { + "properties": { + "power": "12" + }, + "id": 6674 + }, + { + "properties": { + "power": "13" + }, + "id": 6675 + }, + { + "properties": { + "power": "14" + }, + "id": 6676 + }, + { + "properties": { + "power": "15" + }, + "id": 6677 + } + ] + }, + "minecraft:comparator": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "mode": [ + "compare", + "subtract" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "true" + }, + "id": 6678 + }, + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "false" + }, + "id": 6679, + "default": true + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "true" + }, + "id": 6680 + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "false" + }, + "id": 6681 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "true" + }, + "id": 6682 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "false" + }, + "id": 6683 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "true" + }, + "id": 6684 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "false" + }, + "id": 6685 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "true" + }, + "id": 6686 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "false" + }, + "id": 6687 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "true" + }, + "id": 6688 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "false" + }, + "id": 6689 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "true" + }, + "id": 6690 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "false" + }, + "id": 6691 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "true" + }, + "id": 6692 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "false" + }, + "id": 6693 + } + ] + }, + "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": 6694 + }, + { + "properties": { + "inverted": "true", + "power": "1" + }, + "id": 6695 + }, + { + "properties": { + "inverted": "true", + "power": "2" + }, + "id": 6696 + }, + { + "properties": { + "inverted": "true", + "power": "3" + }, + "id": 6697 + }, + { + "properties": { + "inverted": "true", + "power": "4" + }, + "id": 6698 + }, + { + "properties": { + "inverted": "true", + "power": "5" + }, + "id": 6699 + }, + { + "properties": { + "inverted": "true", + "power": "6" + }, + "id": 6700 + }, + { + "properties": { + "inverted": "true", + "power": "7" + }, + "id": 6701 + }, + { + "properties": { + "inverted": "true", + "power": "8" + }, + "id": 6702 + }, + { + "properties": { + "inverted": "true", + "power": "9" + }, + "id": 6703 + }, + { + "properties": { + "inverted": "true", + "power": "10" + }, + "id": 6704 + }, + { + "properties": { + "inverted": "true", + "power": "11" + }, + "id": 6705 + }, + { + "properties": { + "inverted": "true", + "power": "12" + }, + "id": 6706 + }, + { + "properties": { + "inverted": "true", + "power": "13" + }, + "id": 6707 + }, + { + "properties": { + "inverted": "true", + "power": "14" + }, + "id": 6708 + }, + { + "properties": { + "inverted": "true", + "power": "15" + }, + "id": 6709 + }, + { + "properties": { + "inverted": "false", + "power": "0" + }, + "id": 6710, + "default": true + }, + { + "properties": { + "inverted": "false", + "power": "1" + }, + "id": 6711 + }, + { + "properties": { + "inverted": "false", + "power": "2" + }, + "id": 6712 + }, + { + "properties": { + "inverted": "false", + "power": "3" + }, + "id": 6713 + }, + { + "properties": { + "inverted": "false", + "power": "4" + }, + "id": 6714 + }, + { + "properties": { + "inverted": "false", + "power": "5" + }, + "id": 6715 + }, + { + "properties": { + "inverted": "false", + "power": "6" + }, + "id": 6716 + }, + { + "properties": { + "inverted": "false", + "power": "7" + }, + "id": 6717 + }, + { + "properties": { + "inverted": "false", + "power": "8" + }, + "id": 6718 + }, + { + "properties": { + "inverted": "false", + "power": "9" + }, + "id": 6719 + }, + { + "properties": { + "inverted": "false", + "power": "10" + }, + "id": 6720 + }, + { + "properties": { + "inverted": "false", + "power": "11" + }, + "id": 6721 + }, + { + "properties": { + "inverted": "false", + "power": "12" + }, + "id": 6722 + }, + { + "properties": { + "inverted": "false", + "power": "13" + }, + "id": 6723 + }, + { + "properties": { + "inverted": "false", + "power": "14" + }, + "id": 6724 + }, + { + "properties": { + "inverted": "false", + "power": "15" + }, + "id": 6725 + } + ] + }, + "minecraft:redstone_block": { + "states": [ + { + "id": 6726, + "default": true + } + ] + }, + "minecraft:nether_quartz_ore": { + "states": [ + { + "id": 6727, + "default": true + } + ] + }, + "minecraft:hopper": { + "properties": { + "enabled": [ + "true", + "false" + ], + "facing": [ + "down", + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "enabled": "true", + "facing": "down" + }, + "id": 6728, + "default": true + }, + { + "properties": { + "enabled": "true", + "facing": "north" + }, + "id": 6729 + }, + { + "properties": { + "enabled": "true", + "facing": "south" + }, + "id": 6730 + }, + { + "properties": { + "enabled": "true", + "facing": "west" + }, + "id": 6731 + }, + { + "properties": { + "enabled": "true", + "facing": "east" + }, + "id": 6732 + }, + { + "properties": { + "enabled": "false", + "facing": "down" + }, + "id": 6733 + }, + { + "properties": { + "enabled": "false", + "facing": "north" + }, + "id": 6734 + }, + { + "properties": { + "enabled": "false", + "facing": "south" + }, + "id": 6735 + }, + { + "properties": { + "enabled": "false", + "facing": "west" + }, + "id": 6736 + }, + { + "properties": { + "enabled": "false", + "facing": "east" + }, + "id": 6737 + } + ] + }, + "minecraft:quartz_block": { + "states": [ + { + "id": 6738, + "default": true + } + ] + }, + "minecraft:chiseled_quartz_block": { + "states": [ + { + "id": 6739, + "default": true + } + ] + }, + "minecraft:quartz_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 6740 + }, + { + "properties": { + "axis": "y" + }, + "id": 6741, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 6742 + } + ] + }, + "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": 6743 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6744 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6745 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6746 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6747 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6748 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6749 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6750 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6751 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6752 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6753 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6754, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6755 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6756 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6757 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6758 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6759 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6760 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6761 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6762 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6763 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6764 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6765 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6766 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6767 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6768 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6769 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6770 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6771 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6772 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6773 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6774 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6775 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6776 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6777 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6778 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6779 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6780 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6781 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6782 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6783 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6784 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6785 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6786 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6787 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6788 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6789 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6790 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6791 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6792 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6793 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6794 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6795 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6796 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6797 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6798 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6799 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6800 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6801 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6802 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6803 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6804 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6805 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6806 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6807 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6808 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6809 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6810 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6811 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6812 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6813 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6814 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6815 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6816 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6817 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6818 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6819 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6820 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6821 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6822 + } + ] + }, + "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": 6823 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 6824 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 6825 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 6826 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 6827 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 6828 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 6829, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 6830 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 6831 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 6832 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 6833 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 6834 + } + ] + }, + "minecraft:dropper": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 6835 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 6836, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 6837 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 6838 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 6839 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 6840 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 6841 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 6842 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 6843 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 6844 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 6845 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 6846 + } + ] + }, + "minecraft:white_terracotta": { + "states": [ + { + "id": 6847, + "default": true + } + ] + }, + "minecraft:orange_terracotta": { + "states": [ + { + "id": 6848, + "default": true + } + ] + }, + "minecraft:magenta_terracotta": { + "states": [ + { + "id": 6849, + "default": true + } + ] + }, + "minecraft:light_blue_terracotta": { + "states": [ + { + "id": 6850, + "default": true + } + ] + }, + "minecraft:yellow_terracotta": { + "states": [ + { + "id": 6851, + "default": true + } + ] + }, + "minecraft:lime_terracotta": { + "states": [ + { + "id": 6852, + "default": true + } + ] + }, + "minecraft:pink_terracotta": { + "states": [ + { + "id": 6853, + "default": true + } + ] + }, + "minecraft:gray_terracotta": { + "states": [ + { + "id": 6854, + "default": true + } + ] + }, + "minecraft:light_gray_terracotta": { + "states": [ + { + "id": 6855, + "default": true + } + ] + }, + "minecraft:cyan_terracotta": { + "states": [ + { + "id": 6856, + "default": true + } + ] + }, + "minecraft:purple_terracotta": { + "states": [ + { + "id": 6857, + "default": true + } + ] + }, + "minecraft:blue_terracotta": { + "states": [ + { + "id": 6858, + "default": true + } + ] + }, + "minecraft:brown_terracotta": { + "states": [ + { + "id": 6859, + "default": true + } + ] + }, + "minecraft:green_terracotta": { + "states": [ + { + "id": 6860, + "default": true + } + ] + }, + "minecraft:red_terracotta": { + "states": [ + { + "id": 6861, + "default": true + } + ] + }, + "minecraft:black_terracotta": { + "states": [ + { + "id": 6862, + "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": 6863 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6864 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6865 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6866 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6867 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6868 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6869 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6870 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6871 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6872 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6873 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6874 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6875 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6876 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6877 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6878 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6879 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6880 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6881 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6882 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6883 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6884 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6885 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6886 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6887 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6888 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6889 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6890 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6891 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6892 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6893 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6894, + "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": 6895 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6896 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6897 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6898 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6899 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6900 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6901 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6902 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6903 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6904 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6905 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6906 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6907 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6908 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6909 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6910 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6911 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6912 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6913 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6914 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6915 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6916 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6917 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6918 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6919 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6920 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6921 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6922 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6923 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6924 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6925 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6926, + "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": 6927 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6928 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6929 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6930 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6931 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6932 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6933 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6934 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6935 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6936 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6937 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6938 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6939 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6940 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6941 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6942 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6943 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6944 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6945 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6946 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6947 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6948 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6949 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6950 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6951 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6952 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6953 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6954 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6955 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6956 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6957 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6958, + "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": 6959 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6960 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6961 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6962 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6963 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6964 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6965 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6966 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6967 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6968 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6969 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6970 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6971 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6972 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6973 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6974 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6975 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6976 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6977 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6978 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6979 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6980 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6981 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6982 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6983 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6984 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6985 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6986 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6987 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6988 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6989 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6990, + "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": 6991 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6992 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6993 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6994 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6995 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6996 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6997 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6998 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6999 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7000 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7001 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7002 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7003 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7004 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7005 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7006 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7007 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7008 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7009 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7010 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7011 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7012 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7013 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7014 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7015 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7016 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7017 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7018 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7019 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7020 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7021 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7022, + "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": 7023 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7024 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7025 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7026 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7027 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7028 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7029 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7030 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7031 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7032 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7033 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7034 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7035 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7036 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7037 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7038 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7039 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7040 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7041 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7042 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7043 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7044 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7045 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7046 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7047 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7048 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7049 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7050 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7051 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7052 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7053 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7054, + "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": 7055 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7056 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7057 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7058 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7059 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7060 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7061 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7062 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7063 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7064 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7065 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7066 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7067 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7068 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7069 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7070 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7071 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7072 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7073 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7074 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7075 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7076 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7077 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7078 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7079 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7080 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7081 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7082 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7083 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7084 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7085 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7086, + "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": 7087 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7088 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7089 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7090 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7091 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7092 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7093 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7094 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7095 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7096 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7097 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7098 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7099 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7100 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7101 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7102 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7103 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7104 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7105 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7106 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7107 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7108 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7109 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7110 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7111 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7112 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7113 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7114 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7115 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7116 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7117 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7118, + "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": 7119 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7120 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7121 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7122 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7123 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7124 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7125 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7126 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7127 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7128 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7129 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7130 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7131 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7132 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7133 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7134 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7135 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7136 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7137 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7138 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7139 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7140 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7141 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7142 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7143 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7144 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7145 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7146 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7147 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7148 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7149 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7150, + "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": 7151 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7152 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7153 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7154 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7155 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7156 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7157 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7158 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7159 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7160 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7161 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7162 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7163 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7164 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7165 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7166 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7167 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7168 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7169 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7170 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7171 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7172 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7173 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7174 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7175 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7176 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7177 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7178 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7179 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7180 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7181 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7182, + "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": 7183 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7184 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7185 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7186 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7187 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7188 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7189 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7190 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7191 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7192 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7193 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7194 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7195 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7196 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7197 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7198 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7199 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7200 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7201 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7202 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7203 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7204 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7205 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7206 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7207 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7208 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7209 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7210 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7211 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7212 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7213 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7214, + "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": 7215 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7216 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7217 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7218 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7219 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7220 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7221 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7222 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7223 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7224 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7225 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7226 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7227 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7228 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7229 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7230 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7231 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7232 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7233 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7234 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7235 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7236 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7237 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7238 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7239 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7240 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7241 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7242 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7243 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7244 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7245 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7246, + "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": 7247 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7248 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7249 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7250 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7251 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7252 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7253 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7254 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7255 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7256 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7257 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7258 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7259 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7260 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7261 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7262 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7263 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7264 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7265 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7266 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7267 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7268 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7269 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7270 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7271 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7272 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7273 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7274 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7275 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7276 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7277 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7278, + "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": 7279 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7280 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7281 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7282 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7283 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7284 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7285 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7286 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7287 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7288 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7289 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7290 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7291 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7292 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7293 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7294 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7295 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7296 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7297 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7298 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7299 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7300 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7301 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7302 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7303 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7304 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7305 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7306 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7307 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7308 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7309 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7310, + "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": 7311 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7312 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7313 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7314 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7315 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7316 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7317 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7318 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7319 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7320 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7321 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7322 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7323 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7324 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7325 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7326 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7327 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7328 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7329 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7330 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7331 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7332 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7333 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7334 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7335 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7336 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7337 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7338 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7339 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7340 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7341 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7342, + "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": 7343 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7344 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7345 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7346 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7347 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7348 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7349 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7350 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7351 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7352 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7353 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7354 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7355 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7356 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7357 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7358 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7359 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7360 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7361 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7362 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7363 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7364 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7365 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7366 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 7367 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 7368 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 7369 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 7370 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 7371 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 7372 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 7373 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 7374, + "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": 7375 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7376 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7377 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7378 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7379 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7380 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7381 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7382 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7383 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7384 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7385 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7386, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7387 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7388 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7389 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7390 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7391 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7392 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7393 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7394 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7395 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7396 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7397 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7398 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7399 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7400 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7401 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7402 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7403 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7404 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7405 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7406 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7407 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7408 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7409 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7410 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7411 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7412 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7413 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7414 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7415 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7416 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7417 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7418 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7419 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7420 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7421 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7422 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7423 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7424 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7425 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7426 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7427 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7428 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7429 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7430 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7431 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7432 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7433 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7434 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7435 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7436 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7437 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7438 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7439 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7440 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7441 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7442 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7443 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7444 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7445 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7446 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7447 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7448 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7449 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7450 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7451 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7452 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7453 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7454 + } + ] + }, + "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": 7455 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7456 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7457 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7458 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7459 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7460 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7461 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7462 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7463 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7464 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7465 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7466, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7467 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7468 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7469 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7470 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7471 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7472 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7473 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7474 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7475 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7476 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7477 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7478 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7479 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7480 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7481 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7482 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7483 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7484 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7485 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7486 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7487 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7488 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7489 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7490 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7491 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7492 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7493 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7494 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7495 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7496 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7497 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7498 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7499 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7500 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7501 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7502 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7503 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7504 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7505 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7506 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7507 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7508 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7509 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7510 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7511 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7512 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7513 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7514 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7515 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7516 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7517 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7518 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7519 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7520 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7521 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7522 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7523 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7524 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7525 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7526 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7527 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7528 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7529 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7530 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7531 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7532 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7533 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7534 + } + ] + }, + "minecraft:slime_block": { + "states": [ + { + "id": 7535, + "default": true + } + ] + }, + "minecraft:barrier": { + "states": [ + { + "id": 7536, + "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": 7537 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7538 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7539 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7540 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7541 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7542 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7543 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7544 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7545 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7546 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7547 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7548 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7549 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7550 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7551 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7552, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7553 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7554 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7555 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7556 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7557 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7558 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7559 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7560 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7561 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7562 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7563 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7564 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7565 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7566 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7567 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7568 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7569 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7570 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7571 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7572 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7573 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7574 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7575 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7576 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7577 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7578 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7579 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7580 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7581 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7582 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7583 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7584 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7585 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7586 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7587 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7588 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7589 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7590 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7591 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7592 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7593 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7594 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7595 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7596 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7597 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7598 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7599 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7600 + } + ] + }, + "minecraft:prismarine": { + "states": [ + { + "id": 7601, + "default": true + } + ] + }, + "minecraft:prismarine_bricks": { + "states": [ + { + "id": 7602, + "default": true + } + ] + }, + "minecraft:dark_prismarine": { + "states": [ + { + "id": 7603, + "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": 7604 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7605 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7606 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7607 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7608 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7609 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7610 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7611 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7612 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7613 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7614 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7615, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7616 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7617 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7618 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7619 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7620 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7621 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7622 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7623 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7624 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7625 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7626 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7627 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7628 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7629 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7630 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7631 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7632 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7633 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7634 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7635 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7636 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7637 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7638 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7639 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7640 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7641 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7642 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7643 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7644 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7645 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7646 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7647 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7648 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7649 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7650 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7651 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7652 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7653 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7654 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7655 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7656 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7657 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7658 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7659 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7660 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7661 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7662 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7663 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7664 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7665 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7666 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7667 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7668 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7669 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7670 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7671 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7672 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7673 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7674 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7675 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7676 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7677 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7678 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7679 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7680 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7681 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7682 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7683 + } + ] + }, + "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": 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: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": 7764 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7765 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7766 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7767 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7768 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7769 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7770 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7771 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7772 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7773 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7774 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7775, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7776 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7777 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7778 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7779 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7780 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7781 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7782 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7783 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7784 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7785 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7786 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7787 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7788 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7789 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7790 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7791 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7792 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7793 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7794 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7795 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7796 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7797 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7798 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7799 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7800 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7801 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7802 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7803 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7804 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7805 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7806 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7807 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7808 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7809 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7810 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7811 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7812 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7813 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7814 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7815 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7816 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7817 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7818 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7819 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7820 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7821 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7822 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7823 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7824 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7825 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7826 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7827 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7828 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7829 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7830 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7831 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7832 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7833 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7834 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7835 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7836 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7837 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7838 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7839 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7840 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7841 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7842 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7843 + } + ] + }, + "minecraft:prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7844 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7845 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7846 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7847, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7848 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7849 + } + ] + }, + "minecraft:prismarine_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7850 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7851 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7852 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7853, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7854 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7855 + } + ] + }, + "minecraft:dark_prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7856 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7857 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7858 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7859, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7860 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7861 + } + ] + }, + "minecraft:sea_lantern": { + "states": [ + { + "id": 7862, + "default": true + } + ] + }, + "minecraft:hay_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 7863 + }, + { + "properties": { + "axis": "y" + }, + "id": 7864, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 7865 + } + ] + }, + "minecraft:white_carpet": { + "states": [ + { + "id": 7866, + "default": true + } + ] + }, + "minecraft:orange_carpet": { + "states": [ + { + "id": 7867, + "default": true + } + ] + }, + "minecraft:magenta_carpet": { + "states": [ + { + "id": 7868, + "default": true + } + ] + }, + "minecraft:light_blue_carpet": { + "states": [ + { + "id": 7869, + "default": true + } + ] + }, + "minecraft:yellow_carpet": { + "states": [ + { + "id": 7870, + "default": true + } + ] + }, + "minecraft:lime_carpet": { + "states": [ + { + "id": 7871, + "default": true + } + ] + }, + "minecraft:pink_carpet": { + "states": [ + { + "id": 7872, + "default": true + } + ] + }, + "minecraft:gray_carpet": { + "states": [ + { + "id": 7873, + "default": true + } + ] + }, + "minecraft:light_gray_carpet": { + "states": [ + { + "id": 7874, + "default": true + } + ] + }, + "minecraft:cyan_carpet": { + "states": [ + { + "id": 7875, + "default": true + } + ] + }, + "minecraft:purple_carpet": { + "states": [ + { + "id": 7876, + "default": true + } + ] + }, + "minecraft:blue_carpet": { + "states": [ + { + "id": 7877, + "default": true + } + ] + }, + "minecraft:brown_carpet": { + "states": [ + { + "id": 7878, + "default": true + } + ] + }, + "minecraft:green_carpet": { + "states": [ + { + "id": 7879, + "default": true + } + ] + }, + "minecraft:red_carpet": { + "states": [ + { + "id": 7880, + "default": true + } + ] + }, + "minecraft:black_carpet": { + "states": [ + { + "id": 7881, + "default": true + } + ] + }, + "minecraft:terracotta": { + "states": [ + { + "id": 7882, + "default": true + } + ] + }, + "minecraft:coal_block": { + "states": [ + { + "id": 7883, + "default": true + } + ] + }, + "minecraft:packed_ice": { + "states": [ + { + "id": 7884, + "default": true + } + ] + }, + "minecraft:sunflower": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7885 + }, + { + "properties": { + "half": "lower" + }, + "id": 7886, + "default": true + } + ] + }, + "minecraft:lilac": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7887 + }, + { + "properties": { + "half": "lower" + }, + "id": 7888, + "default": true + } + ] + }, + "minecraft:rose_bush": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7889 + }, + { + "properties": { + "half": "lower" + }, + "id": 7890, + "default": true + } + ] + }, + "minecraft:peony": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7891 + }, + { + "properties": { + "half": "lower" + }, + "id": 7892, + "default": true + } + ] + }, + "minecraft:tall_grass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7893 + }, + { + "properties": { + "half": "lower" + }, + "id": 7894, + "default": true + } + ] + }, + "minecraft:large_fern": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7895 + }, + { + "properties": { + "half": "lower" + }, + "id": 7896, + "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": 7897, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7898 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7899 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7900 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7901 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7902 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7903 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7904 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7905 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7906 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7907 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7908 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7909 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7910 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7911 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7912 + } + ] + }, + "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": 7913, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7914 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7915 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7916 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7917 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7918 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7919 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7920 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7921 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7922 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7923 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7924 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7925 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7926 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7927 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7928 + } + ] + }, + "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": 7929, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7930 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7931 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7932 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7933 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7934 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7935 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7936 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7937 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7938 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7939 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7940 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7941 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7942 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7943 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7944 + } + ] + }, + "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": 7945, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7946 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7947 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7948 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7949 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7950 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7951 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7952 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7953 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7954 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7955 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7956 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7957 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7958 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7959 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7960 + } + ] + }, + "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": 7961, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7962 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7963 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7964 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7965 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7966 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7967 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7968 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7969 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7970 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7971 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7972 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7973 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7974 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7975 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7976 + } + ] + }, + "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": 7977, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7978 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7979 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7980 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7981 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7982 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7983 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7984 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7985 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7986 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7987 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7988 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7989 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7990 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7991 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7992 + } + ] + }, + "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": 7993, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7994 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7995 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7996 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7997 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7998 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7999 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8000 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8001 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8002 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8003 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8004 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8005 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8006 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8007 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8008 + } + ] + }, + "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": 8009, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8010 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8011 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8012 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8013 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8014 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8015 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8016 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8017 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8018 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8019 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8020 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8021 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8022 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8023 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8024 + } + ] + }, + "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": 8025, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8026 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8027 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8028 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8029 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8030 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8031 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8032 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8033 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8034 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8035 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8036 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8037 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8038 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8039 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8040 + } + ] + }, + "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": 8041, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8042 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8043 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8044 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8045 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8046 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8047 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8048 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8049 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8050 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8051 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8052 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8053 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8054 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8055 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8056 + } + ] + }, + "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": 8057, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8058 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8059 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8060 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8061 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8062 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8063 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8064 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8065 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8066 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8067 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8068 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8069 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8070 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8071 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8072 + } + ] + }, + "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": 8073, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8074 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8075 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8076 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8077 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8078 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8079 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8080 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8081 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8082 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8083 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8084 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8085 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8086 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8087 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8088 + } + ] + }, + "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": 8089, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8090 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8091 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8092 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8093 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8094 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8095 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8096 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8097 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8098 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8099 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8100 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8101 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8102 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8103 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8104 + } + ] + }, + "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": 8105, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8106 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8107 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8108 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8109 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8110 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8111 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8112 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8113 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8114 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8115 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8116 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8117 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8118 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8119 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8120 + } + ] + }, + "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": 8121, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8122 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8123 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8124 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8125 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8126 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8127 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8128 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8129 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8130 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8131 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8132 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8133 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8134 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8135 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8136 + } + ] + }, + "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": 8137, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 8138 + }, + { + "properties": { + "rotation": "2" + }, + "id": 8139 + }, + { + "properties": { + "rotation": "3" + }, + "id": 8140 + }, + { + "properties": { + "rotation": "4" + }, + "id": 8141 + }, + { + "properties": { + "rotation": "5" + }, + "id": 8142 + }, + { + "properties": { + "rotation": "6" + }, + "id": 8143 + }, + { + "properties": { + "rotation": "7" + }, + "id": 8144 + }, + { + "properties": { + "rotation": "8" + }, + "id": 8145 + }, + { + "properties": { + "rotation": "9" + }, + "id": 8146 + }, + { + "properties": { + "rotation": "10" + }, + "id": 8147 + }, + { + "properties": { + "rotation": "11" + }, + "id": 8148 + }, + { + "properties": { + "rotation": "12" + }, + "id": 8149 + }, + { + "properties": { + "rotation": "13" + }, + "id": 8150 + }, + { + "properties": { + "rotation": "14" + }, + "id": 8151 + }, + { + "properties": { + "rotation": "15" + }, + "id": 8152 + } + ] + }, + "minecraft:white_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8153, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8154 + }, + { + "properties": { + "facing": "west" + }, + "id": 8155 + }, + { + "properties": { + "facing": "east" + }, + "id": 8156 + } + ] + }, + "minecraft:orange_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8157, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8158 + }, + { + "properties": { + "facing": "west" + }, + "id": 8159 + }, + { + "properties": { + "facing": "east" + }, + "id": 8160 + } + ] + }, + "minecraft:magenta_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8161, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8162 + }, + { + "properties": { + "facing": "west" + }, + "id": 8163 + }, + { + "properties": { + "facing": "east" + }, + "id": 8164 + } + ] + }, + "minecraft:light_blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8165, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8166 + }, + { + "properties": { + "facing": "west" + }, + "id": 8167 + }, + { + "properties": { + "facing": "east" + }, + "id": 8168 + } + ] + }, + "minecraft:yellow_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8169, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8170 + }, + { + "properties": { + "facing": "west" + }, + "id": 8171 + }, + { + "properties": { + "facing": "east" + }, + "id": 8172 + } + ] + }, + "minecraft:lime_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8173, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8174 + }, + { + "properties": { + "facing": "west" + }, + "id": 8175 + }, + { + "properties": { + "facing": "east" + }, + "id": 8176 + } + ] + }, + "minecraft:pink_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8177, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8178 + }, + { + "properties": { + "facing": "west" + }, + "id": 8179 + }, + { + "properties": { + "facing": "east" + }, + "id": 8180 + } + ] + }, + "minecraft:gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8181, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8182 + }, + { + "properties": { + "facing": "west" + }, + "id": 8183 + }, + { + "properties": { + "facing": "east" + }, + "id": 8184 + } + ] + }, + "minecraft:light_gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8185, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8186 + }, + { + "properties": { + "facing": "west" + }, + "id": 8187 + }, + { + "properties": { + "facing": "east" + }, + "id": 8188 + } + ] + }, + "minecraft:cyan_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8189, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8190 + }, + { + "properties": { + "facing": "west" + }, + "id": 8191 + }, + { + "properties": { + "facing": "east" + }, + "id": 8192 + } + ] + }, + "minecraft:purple_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8193, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8194 + }, + { + "properties": { + "facing": "west" + }, + "id": 8195 + }, + { + "properties": { + "facing": "east" + }, + "id": 8196 + } + ] + }, + "minecraft:blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8197, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8198 + }, + { + "properties": { + "facing": "west" + }, + "id": 8199 + }, + { + "properties": { + "facing": "east" + }, + "id": 8200 + } + ] + }, + "minecraft:brown_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8201, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8202 + }, + { + "properties": { + "facing": "west" + }, + "id": 8203 + }, + { + "properties": { + "facing": "east" + }, + "id": 8204 + } + ] + }, + "minecraft:green_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8205, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8206 + }, + { + "properties": { + "facing": "west" + }, + "id": 8207 + }, + { + "properties": { + "facing": "east" + }, + "id": 8208 + } + ] + }, + "minecraft:red_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8209, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8210 + }, + { + "properties": { + "facing": "west" + }, + "id": 8211 + }, + { + "properties": { + "facing": "east" + }, + "id": 8212 + } + ] + }, + "minecraft:black_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8213, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8214 + }, + { + "properties": { + "facing": "west" + }, + "id": 8215 + }, + { + "properties": { + "facing": "east" + }, + "id": 8216 + } + ] + }, + "minecraft:red_sandstone": { + "states": [ + { + "id": 8217, + "default": true + } + ] + }, + "minecraft:chiseled_red_sandstone": { + "states": [ + { + "id": 8218, + "default": true + } + ] + }, + "minecraft:cut_red_sandstone": { + "states": [ + { + "id": 8219, + "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": 8220 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8221 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8222 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8223 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8224 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8225 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8226 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8227 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8228 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8229 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8230 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8231, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8232 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8233 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8234 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8235 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8236 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8237 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8239 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8240 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8241 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8242 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8243 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8244 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8245 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8246 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8247 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8248 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8249 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8250 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8251 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8252 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8253 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8254 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8255 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8256 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8257 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8258 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8259 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8260 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8261 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8262 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8263 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8264 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8265 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8266 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8267 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8268 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8269 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8270 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8271 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8272 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8273 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8274 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8275 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8276 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8277 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8279 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8280 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8281 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8282 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8283 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8284 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8285 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8286 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8287 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8289 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8290 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8291 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8292 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8293 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8294 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8295 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8296 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8297 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8299 + } + ] + }, + "minecraft:oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8300 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8301 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8302 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8303, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8304 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8305 + } + ] + }, + "minecraft:spruce_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8306 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8307 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8308 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8309, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8310 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8311 + } + ] + }, + "minecraft:birch_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8312 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8313 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8314 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8315, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8316 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8317 + } + ] + }, + "minecraft:jungle_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8318 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8319 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8320 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8321, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8322 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8323 + } + ] + }, + "minecraft:acacia_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8324 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8325 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8326 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8327, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8328 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8329 + } + ] + }, + "minecraft:dark_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8330 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8331 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8332 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8333, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8334 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8335 + } + ] + }, + "minecraft:stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8336 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8337 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8338 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8339, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8340 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8341 + } + ] + }, + "minecraft:smooth_stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8342 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8343 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8344 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8345, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8346 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8347 + } + ] + }, + "minecraft:sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8348 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8349 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8350 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8351, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8352 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8353 + } + ] + }, + "minecraft:cut_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8354 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8355 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8356 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8357, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8358 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8359 + } + ] + }, + "minecraft:petrified_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8360 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8361 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8362 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8363, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8364 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8365 + } + ] + }, + "minecraft:cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8366 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8367 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8368 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8369, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8370 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8371 + } + ] + }, + "minecraft:brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8372 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8373 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8374 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8375, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8376 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8377 + } + ] + }, + "minecraft:stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8378 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8379 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8380 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8381, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8382 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8383 + } + ] + }, + "minecraft:nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8384 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8385 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8386 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8387, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8388 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8389 + } + ] + }, + "minecraft:quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8390 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8391 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8392 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8393, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8394 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8395 + } + ] + }, + "minecraft:red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8396 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8397 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8398 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8399, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8400 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8401 + } + ] + }, + "minecraft:cut_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8402 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8403 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8404 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8405, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8406 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8407 + } + ] + }, + "minecraft:purpur_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 8408 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 8409 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 8410 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 8411, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 8412 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 8413 + } + ] + }, + "minecraft:smooth_stone": { + "states": [ + { + "id": 8414, + "default": true + } + ] + }, + "minecraft:smooth_sandstone": { + "states": [ + { + "id": 8415, + "default": true + } + ] + }, + "minecraft:smooth_quartz": { + "states": [ + { + "id": 8416, + "default": true + } + ] + }, + "minecraft:smooth_red_sandstone": { + "states": [ + { + "id": 8417, + "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": 8418 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8419 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8420 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8421 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8422 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8423 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8424 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8425, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8426 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8427 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8428 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8429 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8430 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8431 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8432 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8433 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8434 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8435 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8436 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8437 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8438 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8439 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8440 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8441 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8442 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8443 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8444 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8445 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8446 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8447 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8448 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8449 + } + ] + }, + "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": 8450 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8451 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8452 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8453 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8454 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8455 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8456 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8457, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8458 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8459 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8460 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8461 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8462 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8463 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8464 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8465 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8466 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8467 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8468 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8469 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8470 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8471 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8472 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8473 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8474 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8475 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8476 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8477 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8478 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8479 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8480 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8481 + } + ] + }, + "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": 8482 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8483 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8484 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8485 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8486 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8487 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8488 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8489, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8490 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8491 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8492 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8493 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8494 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8495 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8496 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8497 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8498 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8499 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8500 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8501 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8502 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8503 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8504 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8505 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8506 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8507 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8508 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8509 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8510 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8511 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8512 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8513 + } + ] + }, + "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": 8514 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8515 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8516 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8517 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8518 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8519 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8520 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8521, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8522 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8523 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8524 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8525 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8526 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8527 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8528 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8529 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8530 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8531 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8532 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8533 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8534 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8535 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8536 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8537 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8538 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8539 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8540 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8541 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8542 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8543 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8544 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8545 + } + ] + }, + "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": 8546 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8547 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8548 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8549 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8550 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8551 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8552 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8553, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8554 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8555 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8556 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8557 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8558 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8559 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8560 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8561 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8562 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8563 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8564 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8565 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8566 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8567 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8568 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8569 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8570 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8571 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8572 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8573 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8574 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8575 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8576 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8577 + } + ] + }, + "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": 8578 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8579 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8580 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8581 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8582 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8583 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8584 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8585 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8586 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8587 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8588 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8589 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8590 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8591 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8592 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8593 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8594 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8595 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8596 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8597 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8598 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8599 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8600 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8601 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8602 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8603 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8604 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8605 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8606 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8607 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8608 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8609, + "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": 8610 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8611 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8612 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8613 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8614 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8615 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8616 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8617 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8618 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8619 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8620 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8621 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8622 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8623 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8624 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8625 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8626 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8627 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8628 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8629 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8630 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8631 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8632 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8633 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8634 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8635 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8636 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8637 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8638 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8639 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8640 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8641, + "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": 8642 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8643 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8644 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8645 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8646 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8647 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8648 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8649 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8650 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8651 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8652 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8653 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8654 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8655 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8656 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8657 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8658 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8659 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8660 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8661 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8662 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8663 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8664 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8665 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8666 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8667 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8668 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8669 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8670 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8671 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8672 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8673, + "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": 8674 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8675 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8676 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8677 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8678 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8679 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8680 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8681 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8682 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8683 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8684 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8685 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8686 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8687 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8688 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8689 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8690 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8691 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8692 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8693 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8694 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8695 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8696 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8697 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8698 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8699 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8700 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8701 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8702 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8703 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8704 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8705, + "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": 8706 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8707 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8708 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8709 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8710 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8711 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8712 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8713 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8714 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8715 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8716 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8717 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8718 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8719 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8720 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8721 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8722 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8723 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8724 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8725 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8726 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8727 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8728 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8729 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8730 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8731 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8732 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8733 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8734 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8735 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8736 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8737, + "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": 8738 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8739 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8740 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8741 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8742 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8743 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8744 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8745 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8746 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8747 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8748 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8749, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8750 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8751 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8752 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8753 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8754 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8755 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8756 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8757 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8758 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8759 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8760 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8761 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8762 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8763 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8764 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8765 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8766 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8767 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8768 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8769 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8770 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8771 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8772 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8773 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8774 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8775 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8776 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8777 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8778 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8779 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8780 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8781 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8782 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8783 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8784 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8785 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8786 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8787 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8788 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8789 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8790 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8791 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8792 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8793 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8794 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8795 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8796 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8797 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8798 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8799 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8800 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8801 + } + ] + }, + "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": 8802 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8803 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8804 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8805 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8806 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8807 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8808 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8809 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8810 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8811 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8812 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8813, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8814 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8815 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8816 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8817 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8818 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8819 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8820 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8821 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8822 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8823 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8824 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8825 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8826 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8827 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8828 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8829 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8830 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8831 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8832 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8833 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8834 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8835 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8836 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8837 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8838 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8839 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8840 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8841 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8842 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8843 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8844 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8845 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8846 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8847 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8848 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8849 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8850 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8851 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8852 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8853 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8854 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8855 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8856 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8857 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8858 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8859 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8860 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8861 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8862 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8863 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8864 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8865 + } + ] + }, + "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": 8866 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8867 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8868 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8869 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8870 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8871 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8872 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8873 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8874 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8875 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8876 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8877, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8878 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8879 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8880 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8881 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8882 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8883 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8884 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8885 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8886 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8887 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8888 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8889 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8890 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8891 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8892 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8893 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8894 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8895 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8896 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8897 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8898 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8899 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8900 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8901 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8902 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8903 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8904 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8905 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8906 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8907 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8908 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8909 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8910 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8911 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8912 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8913 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8914 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8915 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8916 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8917 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8918 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8919 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8920 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8921 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8922 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8923 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8924 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8925 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8926 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8927 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8928 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8929 + } + ] + }, + "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": 8930 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8931 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8932 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8933 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8934 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8935 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8936 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8937 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8938 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8939 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8940 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8941, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8942 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8943 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8944 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8945 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8946 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8947 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8948 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8949 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8950 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8951 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8952 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8953 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8954 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8955 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8956 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8957 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8958 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8959 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8960 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8961 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8962 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8963 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8964 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8965 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8966 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8967 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8968 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8969 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8970 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8971 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8972 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8973 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8974 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8975 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8976 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8977 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8978 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8979 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8980 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8981 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8982 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8983 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8984 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8985 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8986 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8987 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8988 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8989 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8990 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8991 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8992 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8993 + } + ] + }, + "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": 8994 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8995 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8996 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8997 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8998 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8999 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9000 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9001 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9002 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9003 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9004 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9005, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9006 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9007 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9008 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9009 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9010 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9011 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9012 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9013 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9014 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9015 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9016 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9017 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9018 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9019 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9020 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9021 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9022 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9023 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9024 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9025 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9026 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9027 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9028 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9029 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9030 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9031 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9032 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9033 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9034 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9035 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9036 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9037 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9038 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9039 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9040 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9041 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9042 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9043 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9044 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9045 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9046 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9047 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9048 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9049 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 9050 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 9051 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 9052 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 9053 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 9054 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 9055 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 9056 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 9057 + } + ] + }, + "minecraft:end_rod": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9058 + }, + { + "properties": { + "facing": "east" + }, + "id": 9059 + }, + { + "properties": { + "facing": "south" + }, + "id": 9060 + }, + { + "properties": { + "facing": "west" + }, + "id": 9061 + }, + { + "properties": { + "facing": "up" + }, + "id": 9062, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9063 + } + ] + }, + "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": 9064 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9065 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9066 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9067 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9068 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9069 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9070 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9071 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9072 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9073 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9074 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9075 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9076 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9077 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9078 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9079 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9080 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9081 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9082 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9083 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9084 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9085 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9086 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9087 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9088 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9089 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9090 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9091 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9092 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9093 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9094 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9095 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9096 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9097 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9098 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9099 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9100 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9101 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9102 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9103 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9104 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9105 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9106 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9107 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9108 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9109 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9110 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9111 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9112 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9113 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9114 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9115 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9116 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9117 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9118 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9119 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 9120 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 9121 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 9122 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 9123 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 9124 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 9125 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 9126 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 9127, + "default": true + } + ] + }, + "minecraft:chorus_flower": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9128, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9129 + }, + { + "properties": { + "age": "2" + }, + "id": 9130 + }, + { + "properties": { + "age": "3" + }, + "id": 9131 + }, + { + "properties": { + "age": "4" + }, + "id": 9132 + }, + { + "properties": { + "age": "5" + }, + "id": 9133 + } + ] + }, + "minecraft:purpur_block": { + "states": [ + { + "id": 9134, + "default": true + } + ] + }, + "minecraft:purpur_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 9135 + }, + { + "properties": { + "axis": "y" + }, + "id": 9136, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 9137 + } + ] + }, + "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": 9138 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9139 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9140 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9141 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9142 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9143 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9144 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9145 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9146 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9147 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9148 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9149, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9150 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9151 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9152 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9153 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9154 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9155 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9156 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9157 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9158 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9159 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9160 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9161 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9162 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9163 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9164 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9165 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9166 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9167 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9168 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9169 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9170 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9171 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9172 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9173 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9174 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9175 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9176 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9177 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9178 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9179 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9180 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9181 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9182 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9183 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9184 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9185 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9186 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9187 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9188 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9189 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9190 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9191 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9192 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9193 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9194 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9195 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9196 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9197 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9198 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9199 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9200 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9201 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9202 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9203 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9204 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9205 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9206 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9207 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9208 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9209 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9210 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9211 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9212 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9213 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9214 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9215 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9216 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9217 + } + ] + }, + "minecraft:end_stone_bricks": { + "states": [ + { + "id": 9218, + "default": true + } + ] + }, + "minecraft:beetroots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9219, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9220 + }, + { + "properties": { + "age": "2" + }, + "id": 9221 + }, + { + "properties": { + "age": "3" + }, + "id": 9222 + } + ] + }, + "minecraft:grass_path": { + "states": [ + { + "id": 9223, + "default": true + } + ] + }, + "minecraft:end_gateway": { + "states": [ + { + "id": 9224, + "default": true + } + ] + }, + "minecraft:repeating_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 9225 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 9226 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 9227 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 9228 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 9229 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 9230 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 9231, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 9232 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 9233 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 9234 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 9235 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 9236 + } + ] + }, + "minecraft:chain_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 9237 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 9238 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 9239 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 9240 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 9241 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 9242 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 9243, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 9244 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 9245 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 9246 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 9247 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 9248 + } + ] + }, + "minecraft:frosted_ice": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 9249, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9250 + }, + { + "properties": { + "age": "2" + }, + "id": 9251 + }, + { + "properties": { + "age": "3" + }, + "id": 9252 + } + ] + }, + "minecraft:magma_block": { + "states": [ + { + "id": 9253, + "default": true + } + ] + }, + "minecraft:nether_wart_block": { + "states": [ + { + "id": 9254, + "default": true + } + ] + }, + "minecraft:red_nether_bricks": { + "states": [ + { + "id": 9255, + "default": true + } + ] + }, + "minecraft:bone_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 9256 + }, + { + "properties": { + "axis": "y" + }, + "id": 9257, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 9258 + } + ] + }, + "minecraft:structure_void": { + "states": [ + { + "id": 9259, + "default": true + } + ] + }, + "minecraft:observer": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "powered": "true" + }, + "id": 9260 + }, + { + "properties": { + "facing": "north", + "powered": "false" + }, + "id": 9261 + }, + { + "properties": { + "facing": "east", + "powered": "true" + }, + "id": 9262 + }, + { + "properties": { + "facing": "east", + "powered": "false" + }, + "id": 9263 + }, + { + "properties": { + "facing": "south", + "powered": "true" + }, + "id": 9264 + }, + { + "properties": { + "facing": "south", + "powered": "false" + }, + "id": 9265, + "default": true + }, + { + "properties": { + "facing": "west", + "powered": "true" + }, + "id": 9266 + }, + { + "properties": { + "facing": "west", + "powered": "false" + }, + "id": 9267 + }, + { + "properties": { + "facing": "up", + "powered": "true" + }, + "id": 9268 + }, + { + "properties": { + "facing": "up", + "powered": "false" + }, + "id": 9269 + }, + { + "properties": { + "facing": "down", + "powered": "true" + }, + "id": 9270 + }, + { + "properties": { + "facing": "down", + "powered": "false" + }, + "id": 9271 + } + ] + }, + "minecraft:shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9272 + }, + { + "properties": { + "facing": "east" + }, + "id": 9273 + }, + { + "properties": { + "facing": "south" + }, + "id": 9274 + }, + { + "properties": { + "facing": "west" + }, + "id": 9275 + }, + { + "properties": { + "facing": "up" + }, + "id": 9276, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9277 + } + ] + }, + "minecraft:white_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9278 + }, + { + "properties": { + "facing": "east" + }, + "id": 9279 + }, + { + "properties": { + "facing": "south" + }, + "id": 9280 + }, + { + "properties": { + "facing": "west" + }, + "id": 9281 + }, + { + "properties": { + "facing": "up" + }, + "id": 9282, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9283 + } + ] + }, + "minecraft:orange_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9284 + }, + { + "properties": { + "facing": "east" + }, + "id": 9285 + }, + { + "properties": { + "facing": "south" + }, + "id": 9286 + }, + { + "properties": { + "facing": "west" + }, + "id": 9287 + }, + { + "properties": { + "facing": "up" + }, + "id": 9288, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9289 + } + ] + }, + "minecraft:magenta_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9290 + }, + { + "properties": { + "facing": "east" + }, + "id": 9291 + }, + { + "properties": { + "facing": "south" + }, + "id": 9292 + }, + { + "properties": { + "facing": "west" + }, + "id": 9293 + }, + { + "properties": { + "facing": "up" + }, + "id": 9294, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9295 + } + ] + }, + "minecraft:light_blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9296 + }, + { + "properties": { + "facing": "east" + }, + "id": 9297 + }, + { + "properties": { + "facing": "south" + }, + "id": 9298 + }, + { + "properties": { + "facing": "west" + }, + "id": 9299 + }, + { + "properties": { + "facing": "up" + }, + "id": 9300, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9301 + } + ] + }, + "minecraft:yellow_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9302 + }, + { + "properties": { + "facing": "east" + }, + "id": 9303 + }, + { + "properties": { + "facing": "south" + }, + "id": 9304 + }, + { + "properties": { + "facing": "west" + }, + "id": 9305 + }, + { + "properties": { + "facing": "up" + }, + "id": 9306, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9307 + } + ] + }, + "minecraft:lime_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9308 + }, + { + "properties": { + "facing": "east" + }, + "id": 9309 + }, + { + "properties": { + "facing": "south" + }, + "id": 9310 + }, + { + "properties": { + "facing": "west" + }, + "id": 9311 + }, + { + "properties": { + "facing": "up" + }, + "id": 9312, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9313 + } + ] + }, + "minecraft:pink_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9314 + }, + { + "properties": { + "facing": "east" + }, + "id": 9315 + }, + { + "properties": { + "facing": "south" + }, + "id": 9316 + }, + { + "properties": { + "facing": "west" + }, + "id": 9317 + }, + { + "properties": { + "facing": "up" + }, + "id": 9318, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9319 + } + ] + }, + "minecraft:gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9320 + }, + { + "properties": { + "facing": "east" + }, + "id": 9321 + }, + { + "properties": { + "facing": "south" + }, + "id": 9322 + }, + { + "properties": { + "facing": "west" + }, + "id": 9323 + }, + { + "properties": { + "facing": "up" + }, + "id": 9324, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9325 + } + ] + }, + "minecraft:light_gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9326 + }, + { + "properties": { + "facing": "east" + }, + "id": 9327 + }, + { + "properties": { + "facing": "south" + }, + "id": 9328 + }, + { + "properties": { + "facing": "west" + }, + "id": 9329 + }, + { + "properties": { + "facing": "up" + }, + "id": 9330, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9331 + } + ] + }, + "minecraft:cyan_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9332 + }, + { + "properties": { + "facing": "east" + }, + "id": 9333 + }, + { + "properties": { + "facing": "south" + }, + "id": 9334 + }, + { + "properties": { + "facing": "west" + }, + "id": 9335 + }, + { + "properties": { + "facing": "up" + }, + "id": 9336, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9337 + } + ] + }, + "minecraft:purple_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9338 + }, + { + "properties": { + "facing": "east" + }, + "id": 9339 + }, + { + "properties": { + "facing": "south" + }, + "id": 9340 + }, + { + "properties": { + "facing": "west" + }, + "id": 9341 + }, + { + "properties": { + "facing": "up" + }, + "id": 9342, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9343 + } + ] + }, + "minecraft:blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9344 + }, + { + "properties": { + "facing": "east" + }, + "id": 9345 + }, + { + "properties": { + "facing": "south" + }, + "id": 9346 + }, + { + "properties": { + "facing": "west" + }, + "id": 9347 + }, + { + "properties": { + "facing": "up" + }, + "id": 9348, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9349 + } + ] + }, + "minecraft:brown_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9350 + }, + { + "properties": { + "facing": "east" + }, + "id": 9351 + }, + { + "properties": { + "facing": "south" + }, + "id": 9352 + }, + { + "properties": { + "facing": "west" + }, + "id": 9353 + }, + { + "properties": { + "facing": "up" + }, + "id": 9354, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9355 + } + ] + }, + "minecraft:green_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9356 + }, + { + "properties": { + "facing": "east" + }, + "id": 9357 + }, + { + "properties": { + "facing": "south" + }, + "id": 9358 + }, + { + "properties": { + "facing": "west" + }, + "id": 9359 + }, + { + "properties": { + "facing": "up" + }, + "id": 9360, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9361 + } + ] + }, + "minecraft:red_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9362 + }, + { + "properties": { + "facing": "east" + }, + "id": 9363 + }, + { + "properties": { + "facing": "south" + }, + "id": 9364 + }, + { + "properties": { + "facing": "west" + }, + "id": 9365 + }, + { + "properties": { + "facing": "up" + }, + "id": 9366, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9367 + } + ] + }, + "minecraft:black_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9368 + }, + { + "properties": { + "facing": "east" + }, + "id": 9369 + }, + { + "properties": { + "facing": "south" + }, + "id": 9370 + }, + { + "properties": { + "facing": "west" + }, + "id": 9371 + }, + { + "properties": { + "facing": "up" + }, + "id": 9372, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 9373 + } + ] + }, + "minecraft:white_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9374, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9375 + }, + { + "properties": { + "facing": "west" + }, + "id": 9376 + }, + { + "properties": { + "facing": "east" + }, + "id": 9377 + } + ] + }, + "minecraft:orange_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9378, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9379 + }, + { + "properties": { + "facing": "west" + }, + "id": 9380 + }, + { + "properties": { + "facing": "east" + }, + "id": 9381 + } + ] + }, + "minecraft:magenta_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9382, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9383 + }, + { + "properties": { + "facing": "west" + }, + "id": 9384 + }, + { + "properties": { + "facing": "east" + }, + "id": 9385 + } + ] + }, + "minecraft:light_blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9386, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9387 + }, + { + "properties": { + "facing": "west" + }, + "id": 9388 + }, + { + "properties": { + "facing": "east" + }, + "id": 9389 + } + ] + }, + "minecraft:yellow_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9390, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9391 + }, + { + "properties": { + "facing": "west" + }, + "id": 9392 + }, + { + "properties": { + "facing": "east" + }, + "id": 9393 + } + ] + }, + "minecraft:lime_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9394, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9395 + }, + { + "properties": { + "facing": "west" + }, + "id": 9396 + }, + { + "properties": { + "facing": "east" + }, + "id": 9397 + } + ] + }, + "minecraft:pink_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9398, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9399 + }, + { + "properties": { + "facing": "west" + }, + "id": 9400 + }, + { + "properties": { + "facing": "east" + }, + "id": 9401 + } + ] + }, + "minecraft:gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9402, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9403 + }, + { + "properties": { + "facing": "west" + }, + "id": 9404 + }, + { + "properties": { + "facing": "east" + }, + "id": 9405 + } + ] + }, + "minecraft:light_gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9406, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9407 + }, + { + "properties": { + "facing": "west" + }, + "id": 9408 + }, + { + "properties": { + "facing": "east" + }, + "id": 9409 + } + ] + }, + "minecraft:cyan_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9410, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9411 + }, + { + "properties": { + "facing": "west" + }, + "id": 9412 + }, + { + "properties": { + "facing": "east" + }, + "id": 9413 + } + ] + }, + "minecraft:purple_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9414, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9415 + }, + { + "properties": { + "facing": "west" + }, + "id": 9416 + }, + { + "properties": { + "facing": "east" + }, + "id": 9417 + } + ] + }, + "minecraft:blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9418, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9419 + }, + { + "properties": { + "facing": "west" + }, + "id": 9420 + }, + { + "properties": { + "facing": "east" + }, + "id": 9421 + } + ] + }, + "minecraft:brown_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9422, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9423 + }, + { + "properties": { + "facing": "west" + }, + "id": 9424 + }, + { + "properties": { + "facing": "east" + }, + "id": 9425 + } + ] + }, + "minecraft:green_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9426, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9427 + }, + { + "properties": { + "facing": "west" + }, + "id": 9428 + }, + { + "properties": { + "facing": "east" + }, + "id": 9429 + } + ] + }, + "minecraft:red_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9430, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9431 + }, + { + "properties": { + "facing": "west" + }, + "id": 9432 + }, + { + "properties": { + "facing": "east" + }, + "id": 9433 + } + ] + }, + "minecraft:black_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 9434, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 9435 + }, + { + "properties": { + "facing": "west" + }, + "id": 9436 + }, + { + "properties": { + "facing": "east" + }, + "id": 9437 + } + ] + }, + "minecraft:white_concrete": { + "states": [ + { + "id": 9438, + "default": true + } + ] + }, + "minecraft:orange_concrete": { + "states": [ + { + "id": 9439, + "default": true + } + ] + }, + "minecraft:magenta_concrete": { + "states": [ + { + "id": 9440, + "default": true + } + ] + }, + "minecraft:light_blue_concrete": { + "states": [ + { + "id": 9441, + "default": true + } + ] + }, + "minecraft:yellow_concrete": { + "states": [ + { + "id": 9442, + "default": true + } + ] + }, + "minecraft:lime_concrete": { + "states": [ + { + "id": 9443, + "default": true + } + ] + }, + "minecraft:pink_concrete": { + "states": [ + { + "id": 9444, + "default": true + } + ] + }, + "minecraft:gray_concrete": { + "states": [ + { + "id": 9445, + "default": true + } + ] + }, + "minecraft:light_gray_concrete": { + "states": [ + { + "id": 9446, + "default": true + } + ] + }, + "minecraft:cyan_concrete": { + "states": [ + { + "id": 9447, + "default": true + } + ] + }, + "minecraft:purple_concrete": { + "states": [ + { + "id": 9448, + "default": true + } + ] + }, + "minecraft:blue_concrete": { + "states": [ + { + "id": 9449, + "default": true + } + ] + }, + "minecraft:brown_concrete": { + "states": [ + { + "id": 9450, + "default": true + } + ] + }, + "minecraft:green_concrete": { + "states": [ + { + "id": 9451, + "default": true + } + ] + }, + "minecraft:red_concrete": { + "states": [ + { + "id": 9452, + "default": true + } + ] + }, + "minecraft:black_concrete": { + "states": [ + { + "id": 9453, + "default": true + } + ] + }, + "minecraft:white_concrete_powder": { + "states": [ + { + "id": 9454, + "default": true + } + ] + }, + "minecraft:orange_concrete_powder": { + "states": [ + { + "id": 9455, + "default": true + } + ] + }, + "minecraft:magenta_concrete_powder": { + "states": [ + { + "id": 9456, + "default": true + } + ] + }, + "minecraft:light_blue_concrete_powder": { + "states": [ + { + "id": 9457, + "default": true + } + ] + }, + "minecraft:yellow_concrete_powder": { + "states": [ + { + "id": 9458, + "default": true + } + ] + }, + "minecraft:lime_concrete_powder": { + "states": [ + { + "id": 9459, + "default": true + } + ] + }, + "minecraft:pink_concrete_powder": { + "states": [ + { + "id": 9460, + "default": true + } + ] + }, + "minecraft:gray_concrete_powder": { + "states": [ + { + "id": 9461, + "default": true + } + ] + }, + "minecraft:light_gray_concrete_powder": { + "states": [ + { + "id": 9462, + "default": true + } + ] + }, + "minecraft:cyan_concrete_powder": { + "states": [ + { + "id": 9463, + "default": true + } + ] + }, + "minecraft:purple_concrete_powder": { + "states": [ + { + "id": 9464, + "default": true + } + ] + }, + "minecraft:blue_concrete_powder": { + "states": [ + { + "id": 9465, + "default": true + } + ] + }, + "minecraft:brown_concrete_powder": { + "states": [ + { + "id": 9466, + "default": true + } + ] + }, + "minecraft:green_concrete_powder": { + "states": [ + { + "id": 9467, + "default": true + } + ] + }, + "minecraft:red_concrete_powder": { + "states": [ + { + "id": 9468, + "default": true + } + ] + }, + "minecraft:black_concrete_powder": { + "states": [ + { + "id": 9469, + "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": 9470, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 9471 + }, + { + "properties": { + "age": "2" + }, + "id": 9472 + }, + { + "properties": { + "age": "3" + }, + "id": 9473 + }, + { + "properties": { + "age": "4" + }, + "id": 9474 + }, + { + "properties": { + "age": "5" + }, + "id": 9475 + }, + { + "properties": { + "age": "6" + }, + "id": 9476 + }, + { + "properties": { + "age": "7" + }, + "id": 9477 + }, + { + "properties": { + "age": "8" + }, + "id": 9478 + }, + { + "properties": { + "age": "9" + }, + "id": 9479 + }, + { + "properties": { + "age": "10" + }, + "id": 9480 + }, + { + "properties": { + "age": "11" + }, + "id": 9481 + }, + { + "properties": { + "age": "12" + }, + "id": 9482 + }, + { + "properties": { + "age": "13" + }, + "id": 9483 + }, + { + "properties": { + "age": "14" + }, + "id": 9484 + }, + { + "properties": { + "age": "15" + }, + "id": 9485 + }, + { + "properties": { + "age": "16" + }, + "id": 9486 + }, + { + "properties": { + "age": "17" + }, + "id": 9487 + }, + { + "properties": { + "age": "18" + }, + "id": 9488 + }, + { + "properties": { + "age": "19" + }, + "id": 9489 + }, + { + "properties": { + "age": "20" + }, + "id": 9490 + }, + { + "properties": { + "age": "21" + }, + "id": 9491 + }, + { + "properties": { + "age": "22" + }, + "id": 9492 + }, + { + "properties": { + "age": "23" + }, + "id": 9493 + }, + { + "properties": { + "age": "24" + }, + "id": 9494 + }, + { + "properties": { + "age": "25" + }, + "id": 9495 + } + ] + }, + "minecraft:kelp_plant": { + "states": [ + { + "id": 9496, + "default": true + } + ] + }, + "minecraft:dried_kelp_block": { + "states": [ + { + "id": 9497, + "default": true + } + ] + }, + "minecraft:turtle_egg": { + "properties": { + "eggs": [ + "1", + "2", + "3", + "4" + ], + "hatch": [ + "0", + "1", + "2" + ] + }, + "states": [ + { + "properties": { + "eggs": "1", + "hatch": "0" + }, + "id": 9498, + "default": true + }, + { + "properties": { + "eggs": "1", + "hatch": "1" + }, + "id": 9499 + }, + { + "properties": { + "eggs": "1", + "hatch": "2" + }, + "id": 9500 + }, + { + "properties": { + "eggs": "2", + "hatch": "0" + }, + "id": 9501 + }, + { + "properties": { + "eggs": "2", + "hatch": "1" + }, + "id": 9502 + }, + { + "properties": { + "eggs": "2", + "hatch": "2" + }, + "id": 9503 + }, + { + "properties": { + "eggs": "3", + "hatch": "0" + }, + "id": 9504 + }, + { + "properties": { + "eggs": "3", + "hatch": "1" + }, + "id": 9505 + }, + { + "properties": { + "eggs": "3", + "hatch": "2" + }, + "id": 9506 + }, + { + "properties": { + "eggs": "4", + "hatch": "0" + }, + "id": 9507 + }, + { + "properties": { + "eggs": "4", + "hatch": "1" + }, + "id": 9508 + }, + { + "properties": { + "eggs": "4", + "hatch": "2" + }, + "id": 9509 + } + ] + }, + "minecraft:dead_tube_coral_block": { + "states": [ + { + "id": 9510, + "default": true + } + ] + }, + "minecraft:dead_brain_coral_block": { + "states": [ + { + "id": 9511, + "default": true + } + ] + }, + "minecraft:dead_bubble_coral_block": { + "states": [ + { + "id": 9512, + "default": true + } + ] + }, + "minecraft:dead_fire_coral_block": { + "states": [ + { + "id": 9513, + "default": true + } + ] + }, + "minecraft:dead_horn_coral_block": { + "states": [ + { + "id": 9514, + "default": true + } + ] + }, + "minecraft:tube_coral_block": { + "states": [ + { + "id": 9515, + "default": true + } + ] + }, + "minecraft:brain_coral_block": { + "states": [ + { + "id": 9516, + "default": true + } + ] + }, + "minecraft:bubble_coral_block": { + "states": [ + { + "id": 9517, + "default": true + } + ] + }, + "minecraft:fire_coral_block": { + "states": [ + { + "id": 9518, + "default": true + } + ] + }, + "minecraft:horn_coral_block": { + "states": [ + { + "id": 9519, + "default": true + } + ] + }, + "minecraft:dead_tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9520, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9521 + } + ] + }, + "minecraft:dead_brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9522, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9523 + } + ] + }, + "minecraft:dead_bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9524, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9525 + } + ] + }, + "minecraft:dead_fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9526, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9527 + } + ] + }, + "minecraft:dead_horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9528, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9529 + } + ] + }, + "minecraft:tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9530, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9531 + } + ] + }, + "minecraft:brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9532, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9533 + } + ] + }, + "minecraft:bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9534, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9535 + } + ] + }, + "minecraft:fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9536, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9537 + } + ] + }, + "minecraft:horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9538, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9539 + } + ] + }, + "minecraft:dead_tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9540, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9541 + } + ] + }, + "minecraft:dead_brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9542, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9543 + } + ] + }, + "minecraft:dead_bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9544, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9545 + } + ] + }, + "minecraft:dead_fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9546, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9547 + } + ] + }, + "minecraft:dead_horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9548, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9549 + } + ] + }, + "minecraft:tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9550, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9551 + } + ] + }, + "minecraft:brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9552, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9553 + } + ] + }, + "minecraft:bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9554, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9555 + } + ] + }, + "minecraft:fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9556, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9557 + } + ] + }, + "minecraft:horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9558, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9559 + } + ] + }, + "minecraft:dead_tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9560, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9561 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9562 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9563 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9564 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9565 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9566 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9567 + } + ] + }, + "minecraft:dead_brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9568, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9569 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9570 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9571 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9572 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9573 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9574 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9575 + } + ] + }, + "minecraft:dead_bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9576, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9577 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9578 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9579 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9580 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9581 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9582 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9583 + } + ] + }, + "minecraft:dead_fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9584, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9585 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9586 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9587 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9588 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9589 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9590 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9591 + } + ] + }, + "minecraft:dead_horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9592, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9593 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9594 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9595 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9596 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9597 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9598 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9599 + } + ] + }, + "minecraft:tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9600, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9601 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9602 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9603 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9604 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9605 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9606 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9607 + } + ] + }, + "minecraft:brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9608, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9609 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9610 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9611 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9612 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9613 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9614 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9615 + } + ] + }, + "minecraft:bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9616, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9617 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9618 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9619 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9620 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9621 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9622 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9623 + } + ] + }, + "minecraft:fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9624, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9625 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9626 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9627 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9628 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9629 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9630 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9631 + } + ] + }, + "minecraft:horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9632, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9633 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9634 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9635 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9636 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9637 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9638 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9639 + } + ] + }, + "minecraft:sea_pickle": { + "properties": { + "pickles": [ + "1", + "2", + "3", + "4" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "pickles": "1", + "waterlogged": "true" + }, + "id": 9640, + "default": true + }, + { + "properties": { + "pickles": "1", + "waterlogged": "false" + }, + "id": 9641 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "true" + }, + "id": 9642 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "false" + }, + "id": 9643 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "true" + }, + "id": 9644 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "false" + }, + "id": 9645 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "true" + }, + "id": 9646 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "false" + }, + "id": 9647 + } + ] + }, + "minecraft:blue_ice": { + "states": [ + { + "id": 9648, + "default": true + } + ] + }, + "minecraft:conduit": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9649, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9650 + } + ] + }, + "minecraft:bamboo_sapling": { + "states": [ + { + "id": 9651, + "default": true + } + ] + }, + "minecraft:bamboo": { + "properties": { + "age": [ + "0", + "1" + ], + "leaves": [ + "none", + "small", + "large" + ], + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "0" + }, + "id": 9652, + "default": true + }, + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "1" + }, + "id": 9653 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "0" + }, + "id": 9654 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "1" + }, + "id": 9655 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "0" + }, + "id": 9656 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "1" + }, + "id": 9657 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "0" + }, + "id": 9658 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "1" + }, + "id": 9659 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "0" + }, + "id": 9660 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "1" + }, + "id": 9661 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "0" + }, + "id": 9662 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "1" + }, + "id": 9663 + } + ] + }, + "minecraft:potted_bamboo": { + "states": [ + { + "id": 9664, + "default": true + } + ] + }, + "minecraft:void_air": { + "states": [ + { + "id": 9665, + "default": true + } + ] + }, + "minecraft:cave_air": { + "states": [ + { + "id": 9666, + "default": true + } + ] + }, + "minecraft:bubble_column": { + "properties": { + "drag": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "drag": "true" + }, + "id": 9667, + "default": true + }, + { + "properties": { + "drag": "false" + }, + "id": 9668 + } + ] + }, + "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": 9669 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9670 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9671 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9672 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9673 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9674 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9675 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9676 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9677 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9678 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9679 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9680, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9681 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9682 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9683 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9684 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9685 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9686 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9687 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9688 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9689 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9690 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9691 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9692 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9693 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9694 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9695 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9696 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9697 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9698 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9699 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9700 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9701 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9702 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9703 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9704 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9705 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9706 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9707 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9708 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9709 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9710 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9711 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9712 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9713 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9714 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9715 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9716 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9717 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9718 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9719 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9720 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9721 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9722 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9723 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9724 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9725 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9726 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9727 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9728 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9729 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9730 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9731 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9732 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9733 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9734 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9735 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9736 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9737 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9738 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9739 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9740 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9741 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9742 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9743 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9744 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9745 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9746 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9747 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9748 + } + ] + }, + "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": 9749 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9750 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9751 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9752 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9753 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9754 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9755 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9756 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9757 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9758 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9759 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9760, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9761 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9762 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9763 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9764 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9765 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9766 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9767 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9768 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9769 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9770 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9771 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9772 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9773 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9774 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9775 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9776 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9777 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9778 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9779 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9780 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9781 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9782 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9783 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9784 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9785 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9786 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9787 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9788 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9789 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9790 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9791 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9792 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9793 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9794 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9795 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9796 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9797 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9798 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9799 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9800 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9801 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9802 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9803 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9804 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9805 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9806 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9807 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9808 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9809 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9810 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9811 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9812 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9813 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9814 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9815 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9816 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9817 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9818 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9819 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9820 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9821 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9822 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9823 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9824 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9825 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9826 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9827 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9828 + } + ] + }, + "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": 9829 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9830 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9831 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9832 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9833 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9834 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9835 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9836 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9837 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9838 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9839 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9840, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9841 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9842 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9843 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9844 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9845 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9846 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9847 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9848 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9849 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9850 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9851 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9852 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9853 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9854 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9855 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9856 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9857 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9858 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9859 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9860 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9861 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9862 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9863 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9864 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9865 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9866 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9867 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9868 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9869 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9870 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9871 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9872 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9873 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9874 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9875 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9876 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9877 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9878 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9879 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9880 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9881 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9882 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9883 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9884 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9885 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9886 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9887 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9888 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9889 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9890 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9891 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9892 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9893 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9894 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9895 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9896 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9897 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9898 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9899 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9900 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9901 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9902 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9903 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9904 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9905 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9906 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9907 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9908 + } + ] + }, + "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": 9909 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9910 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9911 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9912 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9913 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9914 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9915 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9916 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9917 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9918 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9919 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9920, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9921 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9922 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9923 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9924 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9925 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9926 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9927 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9928 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9929 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9930 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9931 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9932 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9933 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9934 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9935 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9936 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9937 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9938 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9939 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9940 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9941 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9942 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9943 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9944 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9945 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9946 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9947 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9948 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9949 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9950 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9951 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9952 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9953 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9954 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9955 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9956 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9957 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9958 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9959 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9960 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9961 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9962 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9963 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9964 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9965 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9966 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9967 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9968 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9969 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9970 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9971 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9972 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9973 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9974 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9975 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9976 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9977 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9978 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9979 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9980 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9981 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9982 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9983 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9984 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9985 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9986 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9987 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9988 + } + ] + }, + "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": 9989 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9990 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9991 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9992 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9993 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9994 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9995 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9996 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9997 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9998 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9999 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10000, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10001 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10002 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10003 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10004 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10005 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10006 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10007 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10008 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10009 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10010 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10011 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10012 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10013 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10014 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10015 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10016 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10017 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10018 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10019 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10020 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10021 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10022 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10023 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10024 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10025 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10026 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10027 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10028 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10029 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10030 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10031 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10032 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10033 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10034 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10035 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10036 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10037 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10038 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10039 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10040 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10041 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10042 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10043 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10044 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10045 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10046 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10047 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10048 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10049 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10050 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10051 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10052 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10053 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10054 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10055 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10056 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10057 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10058 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10059 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10060 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10061 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10062 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10063 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10064 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10065 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10066 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10067 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10068 + } + ] + }, + "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": 10069 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10070 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10071 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10072 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10073 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10074 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10075 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10076 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10077 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10078 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10079 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10080, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10081 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10082 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10083 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10084 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10085 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10086 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10087 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10088 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10089 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10090 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10091 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10092 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10093 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10094 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10095 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10096 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10097 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10098 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10099 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10100 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10101 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10102 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10103 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10104 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10105 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10106 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10107 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10108 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10109 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10110 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10111 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10112 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10113 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10114 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10115 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10116 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10117 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10118 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10119 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10120 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10121 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10122 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10123 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10124 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10125 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10126 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10127 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10128 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10129 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10130 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10131 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10132 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10133 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10134 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10135 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10136 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10137 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10138 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10139 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10140 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10141 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10142 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10143 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10144 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10145 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10146 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10147 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10148 + } + ] + }, + "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": 10149 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10150 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10151 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10152 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10153 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10154 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10155 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10156 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10157 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10158 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10159 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10160, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10161 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10162 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10163 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10164 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10165 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10166 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10167 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10168 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10169 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10170 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10171 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10172 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10173 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10174 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10175 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10176 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10177 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10178 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10179 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10180 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10181 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10182 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10183 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10184 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10185 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10186 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10187 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10188 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10189 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10190 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10191 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10192 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10193 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10194 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10195 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10196 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10197 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10198 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10199 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10200 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10201 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10202 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10203 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10204 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10205 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10206 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10207 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10208 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10209 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10210 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10211 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10212 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10213 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10214 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10215 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10216 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10217 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10218 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10219 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10220 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10221 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10222 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10223 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10224 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10225 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10226 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10227 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10228 + } + ] + }, + "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": 10229 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10230 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10231 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10232 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10233 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10234 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10235 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10236 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10237 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10239 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10240, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10241 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10242 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10243 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10244 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10245 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10246 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10247 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10248 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10249 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10250 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10251 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10252 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10253 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10254 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10255 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10256 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10257 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10258 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10259 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10260 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10261 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10262 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10263 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10264 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10265 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10266 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10267 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10268 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10269 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10270 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10271 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10272 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10273 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10274 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10275 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10276 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10277 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10279 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10280 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10281 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10282 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10283 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10284 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10285 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10286 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10287 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10289 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10290 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10291 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10292 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10293 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10294 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10295 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10296 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10297 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10299 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10300 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10301 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10302 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10303 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10304 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10305 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10306 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10307 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10308 + } + ] + }, + "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": 10309 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10310 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10311 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10312 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10313 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10314 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10315 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10316 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10317 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10318 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10319 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10320, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10321 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10322 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10323 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10324 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10325 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10326 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10327 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10328 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10329 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10330 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10331 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10332 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10333 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10334 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10335 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10336 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10337 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10338 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10339 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10340 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10341 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10342 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10343 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10344 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10345 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10346 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10347 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10348 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10349 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10350 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10351 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10352 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10353 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10354 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10355 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10356 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10357 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10358 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10359 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10360 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10361 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10362 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10363 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10364 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10365 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10366 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10367 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10368 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10369 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10370 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10371 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10372 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10373 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10374 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10375 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10376 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10377 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10378 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10379 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10380 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10381 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10382 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10383 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10384 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10385 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10386 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10387 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10388 + } + ] + }, + "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": 10389 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10390 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10391 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10392 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10393 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10394 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10395 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10396 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10397 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10398 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10399 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10400, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10401 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10402 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10403 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10404 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10405 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10406 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10407 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10408 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10409 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10410 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10411 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10412 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10413 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10414 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10415 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10416 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10417 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10418 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10419 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10420 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10421 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10422 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10423 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10424 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10425 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10426 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10427 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10428 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10429 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10430 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10431 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10432 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10433 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10434 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10435 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10436 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10437 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10438 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10439 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10440 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10441 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10442 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10443 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10444 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10445 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10446 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10447 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10448 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10449 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10450 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10451 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10452 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10453 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10454 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10455 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10456 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10457 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10458 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10459 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10460 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10461 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10462 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10463 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10464 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10465 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10466 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10467 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10468 + } + ] + }, + "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": 10469 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10470 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10471 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10472 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10473 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10474 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10475 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10476 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10477 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10478 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10479 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10480, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10481 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10482 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10483 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10484 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10485 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10486 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10487 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10488 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10489 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10490 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10491 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10492 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10493 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10494 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10495 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10496 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10497 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10498 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10499 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10500 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10501 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10502 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10503 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10504 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10505 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10506 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10507 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10508 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10509 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10510 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10511 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10512 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10513 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10514 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10515 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10516 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10517 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10518 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10519 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10520 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10521 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10522 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10523 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10524 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10525 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10526 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10527 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10528 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10529 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10530 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10531 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10532 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10533 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10534 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10535 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10536 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10537 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10538 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10539 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10540 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10541 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10542 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10543 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10544 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10545 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10546 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10547 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10548 + } + ] + }, + "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": 10549 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10550 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10551 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10552 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10553 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10554 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10555 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10556 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10557 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10558 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10559 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10560, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10561 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10562 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10563 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10564 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10565 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10566 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10567 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10568 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10569 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10570 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10571 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10572 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10573 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10574 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10575 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10576 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10577 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10578 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10579 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10580 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10581 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10582 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10583 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10584 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10585 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10586 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10587 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10588 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10589 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10590 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10591 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10592 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10593 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10594 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10595 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10596 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10597 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10598 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10599 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10600 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10601 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10602 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10603 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10604 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10605 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10606 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10607 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10608 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10609 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10610 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10611 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10612 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10613 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10614 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10615 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10616 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10617 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10618 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10619 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10620 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10621 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10622 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10623 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10624 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10625 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10626 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10627 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10628 + } + ] + }, + "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": 10629 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10630 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10631 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10632 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10633 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10634 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10635 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10636 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10637 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10638 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10639 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10640, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10641 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10642 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10643 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10644 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10645 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10646 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10647 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10648 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10649 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10650 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10651 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10652 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10653 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10654 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10655 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10656 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10657 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10658 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10659 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10660 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10661 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10662 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10663 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10664 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10665 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10666 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10667 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10668 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10669 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10670 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10671 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10672 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10673 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10674 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10675 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10676 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10677 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10678 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10679 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10680 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10681 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10682 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10683 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10684 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10685 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10686 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10687 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10688 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10689 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10690 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10691 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10692 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10693 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10694 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10695 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10696 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10697 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10698 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10699 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10700 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10701 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10702 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10703 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10704 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10705 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10706 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10707 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10708 + } + ] + }, + "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": 10709 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10710 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10711 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10712 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10713 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10714 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10715 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10716 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10717 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10718 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10719 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10720, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10721 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10722 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10723 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10724 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10725 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10726 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10727 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10728 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10729 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10730 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10731 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10732 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10733 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10734 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10735 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10736 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10737 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10738 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10739 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10740 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10741 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10742 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10743 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10744 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10745 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10746 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10747 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10748 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10749 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10750 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10751 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10752 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10753 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10754 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10755 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10756 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10757 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10758 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10759 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10760 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10761 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10762 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10763 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10764 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10765 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10766 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10767 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10768 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10769 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10770 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10771 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10772 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10773 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10774 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10775 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10776 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10777 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10778 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10779 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10780 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10781 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10782 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10783 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10784 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10785 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10786 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10787 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10788 + } + ] + }, + "minecraft:polished_granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10789 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10790 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10791 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10792, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10793 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10794 + } + ] + }, + "minecraft:smooth_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10795 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10796 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10797 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10798, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10799 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10800 + } + ] + }, + "minecraft:mossy_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10801 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10802 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10803 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10804, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10805 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10806 + } + ] + }, + "minecraft:polished_diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10807 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10808 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10809 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10810, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10811 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10812 + } + ] + }, + "minecraft:mossy_cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10813 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10814 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10815 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10816, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10817 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10818 + } + ] + }, + "minecraft:end_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10819 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10820 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10821 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10822, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10823 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10824 + } + ] + }, + "minecraft:smooth_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10825 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10826 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10827 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10828, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10829 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10830 + } + ] + }, + "minecraft:smooth_quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10831 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10832 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10833 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10834, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10835 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10836 + } + ] + }, + "minecraft:granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10837 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10838 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10839 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10840, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10841 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10842 + } + ] + }, + "minecraft:andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10843 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10844 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10845 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10846, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10847 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10848 + } + ] + }, + "minecraft:red_nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10849 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10850 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10851 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10852, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10853 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10854 + } + ] + }, + "minecraft:polished_andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10855 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10856 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10857 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10858, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10859 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10860 + } + ] + }, + "minecraft:diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10861 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10862 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10863 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10864, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10865 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10866 + } + ] + }, + "minecraft:brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10867 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10868 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10869 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10870, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10871 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10872 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10873 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10874 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10875 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10876 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10877 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10878 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10879 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10880 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10881 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10882 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10883 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10884 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10885 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10886 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10887 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10888 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10889 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10890 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10891 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10892 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10893 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10894 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10895 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10896 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10897 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10898 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10899 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10900 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10901 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10902 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10903 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10904 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10905 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10906 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10907 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10908 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10909 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10910 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10911 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10912 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10913 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10914 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10915 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10916 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10917 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10918 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10919 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10920 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10921 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10922 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10923 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10924 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10925 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10926 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10927 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10928 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10929 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10930 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10931 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10932 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10933 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10934 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10935 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10936 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10937 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10938 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10939 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10940 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10941 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10942 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10943 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10944 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10945 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10946 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10947 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10948 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10949 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10950 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10951 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10952 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10953 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10954 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10955 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10956 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10957 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10958 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10959 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10960 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10961 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10962 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10963 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10964 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10965 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10966 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10967 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10968 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10969 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10970 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10971 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10972 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10973 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10974 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10975 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10976 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10977 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10978 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10979 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10980 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10981 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10982 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10983 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10984 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10985 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10986 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10987 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 10988 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 10989 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 10990 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 10991 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 10992 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 10993 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 10994 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 10995 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 10996 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 10997 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 10998 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 10999 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11000 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11001 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11002 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11003 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11004 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11005 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11006 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11007 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11008 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11009 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11010 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11011 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11012 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11013 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11014 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11015 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11016 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11017 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11018 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11019 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11020 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11021 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11022 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11023 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11024 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11025 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11026 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11027 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11028 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11029 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11030 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11031 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11032 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11033 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11034 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11035 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11036 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11037 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11038 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11039 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11040 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11041 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11042 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11043 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11044 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11045 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11046 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11047 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11048 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11049 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11050 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11051 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11052 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11053 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11054 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11055 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11056 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11057 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11058 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11059 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11060 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11061 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11062 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11063 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11064 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11065 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11066 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11067 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11068 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11069 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11070 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11071 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11072 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11073 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11074 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11075 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11076 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11077 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11078 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11079 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11080 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11081 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11082 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11083 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11084 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11085 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11086 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11087 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11088 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11089 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11090 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11091 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11092 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11093 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11094 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11095 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11096 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11097 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11098 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11099 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11100 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11101 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11102 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11103 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11104 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11105 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11106 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11107 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11108 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11109 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11110 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11111 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11112 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11113 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11114 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11115 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11116 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11117 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11118 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11119 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11120 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11121 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11122 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11123 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11124 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11125 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11126 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11127 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11128 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11129 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11130 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11131 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11132 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11133 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11134 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11135 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11136 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11137 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11138 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11139 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11140 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11141 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11142 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11143 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11144 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11145 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11146 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11147 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11148 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11149 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11150 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11151 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11152 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11153 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11154 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11155 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11156 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11157 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11158 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11159 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11160 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11161 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11162 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11163 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11164 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11165 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11166 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11167 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11168 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11169 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11170 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11171 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11172 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11173 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11174 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11175 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11176 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11177 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11178 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11179 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11180 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11181 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11182 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11183 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11184 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11185 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11186 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11187 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11188 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11189 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11190 + } + ] + }, + "minecraft:prismarine_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11191 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11192 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11193 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11194, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11195 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11196 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11197 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11198 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11199 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11200 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11201 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11202 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11203 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11204 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11205 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11206 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11207 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11208 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11209 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11210 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11211 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11212 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11213 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11214 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11215 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11216 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11217 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11218 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11219 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11220 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11221 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11222 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11223 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11224 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11225 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11226 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11227 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11228 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11229 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11230 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11231 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11232 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11233 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11234 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11235 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11236 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11237 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11238 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11239 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11240 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11241 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11242 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11243 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11244 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11245 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11246 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11247 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11248 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11249 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11250 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11251 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11252 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11253 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11254 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11255 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11256 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11257 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11258 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11259 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11260 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11261 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11262 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11263 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11264 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11265 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11266 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11267 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11268 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11269 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11270 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11271 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11272 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11273 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11274 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11275 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11276 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11277 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11278 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11279 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11280 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11281 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11282 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11283 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11284 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11285 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11286 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11287 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11288 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11289 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11290 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11291 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11292 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11293 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11294 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11295 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11296 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11297 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11298 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11299 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11300 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11301 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11302 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11303 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11304 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11305 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11306 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11307 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11308 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11309 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11310 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11311 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11312 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11313 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11314 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11315 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11316 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11317 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11318 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11319 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11320 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11321 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11322 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11323 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11324 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11325 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11326 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11327 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11328 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11329 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11330 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11331 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11332 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11333 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11334 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11335 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11336 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11337 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11338 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11339 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11340 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11341 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11342 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11343 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11344 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11345 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11346 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11347 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11348 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11349 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11350 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11351 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11352 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11353 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11354 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11355 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11356 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11357 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11358 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11359 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11360 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11361 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11362 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11363 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11364 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11365 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11366 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11367 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11368 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11369 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11370 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11371 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11372 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11373 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11374 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11375 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11376 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11377 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11378 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11379 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11380 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11381 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11382 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11383 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11384 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11385 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11386 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11387 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11388 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11389 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11390 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11391 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11392 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11393 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11394 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11395 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11396 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11397 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11398 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11399 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11400 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11401 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11402 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11403 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11404 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11405 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11406 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11407 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11408 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11409 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11410 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11411 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11412 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11413 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11414 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11415 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11416 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11417 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11418 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11419 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11420 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11421 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11422 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11423 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11424 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11425 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11426 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11427 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11428 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11429 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11430 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11431 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11432 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11433 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11434 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11435 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11436 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11437 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11438 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11439 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11440 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11441 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11442 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11443 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11444 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11445 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11446 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11447 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11448 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11449 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11450 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11451 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11452 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11453 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11454 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11455 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11456 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11457 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11458 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11459 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11460 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11461 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11462 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11463 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11464 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11465 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11466 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11467 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11468 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11469 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11470 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11471 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11472 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11473 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11474 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11475 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11476 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11477 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11478 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11479 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11480 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11481 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11482 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11483 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11484 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11485 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11486 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11487 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11488 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11489 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11490 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11491 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11492 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11493 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11494 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11495 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11496 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11497 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11498 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11499 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11500 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11501 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11502 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11503 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11504 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11505 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11506 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11507 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11508 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11509 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11510 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11511 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11512 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11513 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11514 + } + ] + }, + "minecraft:red_sandstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11515 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11516 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11517 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11518, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11519 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11520 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11521 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11522 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11523 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11524 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11525 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11526 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11527 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11528 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11529 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11530 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11531 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11532 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11533 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11534 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11535 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11536 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11537 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11538 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11539 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11540 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11541 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11542 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11543 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11544 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11545 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11546 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11547 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11548 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11549 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11550 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11551 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11552 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11553 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11554 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11555 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11556 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11557 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11558 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11559 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11560 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11561 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11562 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11563 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11564 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11565 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11566 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11567 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11568 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11569 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11570 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11571 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11572 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11573 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11574 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11575 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11576 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11577 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11578 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11579 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11580 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11581 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11582 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11583 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11584 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11585 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11586 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11587 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11588 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11589 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11590 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11591 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11592 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11593 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11594 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11595 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11596 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11597 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11598 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11599 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11600 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11601 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11602 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11603 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11604 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11605 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11606 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11607 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11608 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11609 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11610 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11611 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11612 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11613 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11614 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11615 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11616 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11617 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11618 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11619 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11620 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11621 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11622 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11623 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11624 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11625 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11626 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11627 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11628 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11629 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11630 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11631 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11632 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11633 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11634 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11635 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11636 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11637 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11638 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11639 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11640 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11641 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11642 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11643 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11644 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11645 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11646 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11647 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11648 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11649 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11650 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11651 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11652 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11653 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11654 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11655 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11656 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11657 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11658 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11659 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11660 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11661 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11662 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11663 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11664 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11665 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11666 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11667 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11668 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11669 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11670 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11671 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11672 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11673 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11674 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11675 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11676 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11677 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11678 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11679 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11680 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11681 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11682 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11683 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11684 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11685 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11686 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11687 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11688 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11689 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11690 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11691 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11692 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11693 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11694 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11695 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11696 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11697 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11698 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11699 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11700 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11701 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11702 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11703 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11704 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11705 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11706 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11707 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11708 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11709 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11710 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11711 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11712 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11713 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11714 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11715 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11716 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11717 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11718 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11719 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11720 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11721 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11722 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11723 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11724 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11725 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11726 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11727 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11728 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11729 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11730 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11731 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11732 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11733 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11734 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11735 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11736 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11737 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11738 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11739 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11740 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11741 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11742 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11743 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11744 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11745 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11746 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11747 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11748 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11749 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11750 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11751 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11752 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11753 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11754 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11755 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11756 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11757 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11758 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11759 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11760 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11761 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11762 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11763 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11764 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11765 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11766 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11767 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11768 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11769 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11770 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11771 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11772 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11773 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11774 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11775 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11776 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11777 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11778 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11779 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11780 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11781 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11782 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11783 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11784 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11785 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11786 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11787 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11788 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11789 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11790 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11791 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11792 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11793 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11794 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11795 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11796 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11797 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11798 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11799 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11800 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11801 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11802 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11803 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11804 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11805 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11806 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11807 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11808 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11809 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11810 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11811 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11812 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11813 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11814 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11815 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11816 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11817 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11818 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11819 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11820 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11821 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11822 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11823 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11824 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11825 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11826 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11827 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11828 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11829 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11830 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11831 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11832 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11833 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11834 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11835 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11836 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11837 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11838 + } + ] + }, + "minecraft:mossy_stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11839 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11840 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11841 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11842, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11843 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11844 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11845 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11846 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11847 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11848 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11849 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11850 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11851 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11852 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11853 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11854 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11855 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11856 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11857 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11858 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11859 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11860 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11861 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11862 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11863 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11864 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11865 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11866 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11867 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11868 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11869 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11870 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11871 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11872 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11873 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11874 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11875 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11876 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11877 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11878 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11879 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11880 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11881 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11882 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11883 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11884 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11885 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11886 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11887 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11888 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11889 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11890 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11891 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11892 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11893 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11894 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11895 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11896 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11897 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11898 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11899 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11900 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11901 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11902 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11903 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11904 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11905 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11906 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11907 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11908 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11909 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11910 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11911 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11912 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11913 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11914 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11915 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11916 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11917 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11918 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11919 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11920 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11921 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11922 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11923 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11924 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11925 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11926 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11927 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11928 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11929 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11930 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11931 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11932 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11933 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11934 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11935 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11936 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11937 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11938 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11939 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11940 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11941 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11942 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11943 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11944 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11945 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11946 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11947 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11948 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11949 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11950 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11951 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11952 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11953 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11954 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11955 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11956 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11957 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11958 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11959 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11960 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11961 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11962 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11963 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11964 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11965 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11966 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11967 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11968 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11969 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11970 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11971 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11972 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11973 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11974 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11975 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11976 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11977 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11978 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11979 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11980 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11981 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11982 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11983 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11984 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11985 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11986 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11987 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 11988 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 11989 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 11990 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 11991 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 11992 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 11993 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 11994 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 11995 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 11996 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 11997 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 11998 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 11999 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12000 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12001 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12002 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12003 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12004 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12005 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12006 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12007 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12008 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12009 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12010 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12011 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12012 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12013 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12014 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12015 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12016 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12017 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12018 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12019 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12020 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12021 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12022 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12023 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12024 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12025 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12026 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12027 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12028 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12029 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12030 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12031 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12032 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12033 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12034 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12035 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12036 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12037 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12038 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12039 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12040 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12041 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12042 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12043 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12044 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12045 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12046 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12047 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12048 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12049 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12050 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12051 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12052 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12053 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12054 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12055 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12056 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12057 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12058 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12059 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12060 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12061 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12062 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12063 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12064 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12065 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12066 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12067 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12068 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12069 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12070 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12071 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12072 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12073 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12074 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12075 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12076 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12077 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12078 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12079 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12080 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12081 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12082 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12083 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12084 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12085 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12086 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12087 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12088 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12089 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12090 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12091 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12092 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12093 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12094 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12095 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12096 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12097 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12098 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12099 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12100 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12101 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12102 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12103 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12104 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12105 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12106 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12107 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12108 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12109 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12110 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12111 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12112 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12113 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12114 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12115 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12116 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12117 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12118 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12119 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12120 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12121 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12122 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12123 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12124 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12125 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12126 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12127 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12128 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12129 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12130 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12131 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12132 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12133 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12134 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12135 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12136 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12137 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12138 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12139 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12140 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12141 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12142 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12143 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12144 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12145 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12146 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12147 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12148 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12149 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12150 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12151 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12152 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12153 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12154 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12155 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12156 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12157 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12158 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12159 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12160 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12161 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12162 + } + ] + }, + "minecraft:granite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12163 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12164 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12165 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12166, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12167 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12168 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12169 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12170 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12171 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12172 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12173 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12174 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12175 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12176 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12177 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12178 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12179 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12180 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12181 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12182 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12183 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12184 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12185 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12186 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12187 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12188 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12189 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12190 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12191 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12192 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12193 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12194 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12195 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12196 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12197 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12198 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12199 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12200 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12201 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12202 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12203 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12204 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12205 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12206 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12207 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12208 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12209 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12210 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12211 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12212 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12213 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12214 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12215 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12216 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12217 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12218 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12219 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12220 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12221 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12222 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12223 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12224 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12225 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12226 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12227 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12228 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12229 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12230 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12231 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12232 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12233 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12234 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12235 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12236 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12237 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12238 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12239 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12240 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12241 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12242 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12243 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12244 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12245 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12246 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12247 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12248 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12249 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12250 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12251 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12252 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12253 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12254 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12255 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12256 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12257 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12258 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12259 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12260 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12261 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12262 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12263 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12264 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12265 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12266 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12267 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12268 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12269 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12270 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12271 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12272 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12273 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12274 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12275 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12276 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12277 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12278 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12279 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12280 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12281 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12282 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12283 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12284 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12285 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12286 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12287 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12288 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12289 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12290 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12291 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12292 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12293 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12294 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12295 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12296 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12297 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12298 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12299 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12300 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12301 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12302 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12303 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12304 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12305 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12306 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12307 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12308 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12309 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12310 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12311 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12312 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12313 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12314 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12315 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12316 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12317 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12318 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12319 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12320 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12321 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12322 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12323 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12324 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12325 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12326 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12327 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12328 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12329 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12330 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12331 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12332 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12333 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12334 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12335 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12336 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12337 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12338 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12339 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12340 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12341 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12342 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12343 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12344 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12345 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12346 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12347 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12348 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12349 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12350 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12351 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12352 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12353 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12354 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12355 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12356 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12357 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12358 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12359 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12360 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12361 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12362 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12363 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12364 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12365 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12366 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12367 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12368 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12369 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12370 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12371 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12372 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12373 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12374 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12375 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12376 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12377 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12378 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12379 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12380 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12381 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12382 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12383 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12384 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12385 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12386 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12387 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12388 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12389 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12390 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12391 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12392 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12393 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12394 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12395 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12396 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12397 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12398 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12399 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12400 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12401 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12402 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12403 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12404 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12405 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12406 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12407 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12408 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12409 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12410 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12411 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12412 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12413 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12414 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12415 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12416 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12417 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12418 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12419 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12420 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12421 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12422 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12423 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12424 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12425 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12426 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12427 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12428 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12429 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12430 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12431 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12432 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12433 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12434 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12435 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12436 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12437 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12438 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12439 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12440 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12441 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12442 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12443 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12444 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12445 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12446 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12447 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12448 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12449 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12450 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12451 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12452 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12453 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12454 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12455 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12456 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12457 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12458 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12459 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12460 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12461 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12462 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12463 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12464 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12465 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12466 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12467 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12468 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12469 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12470 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12471 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12472 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12473 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12474 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12475 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12476 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12477 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12478 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12479 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12480 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12481 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12482 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12483 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12484 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12485 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12486 + } + ] + }, + "minecraft:stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12487 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12488 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12489 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12490, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12491 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12492 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12493 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12494 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12495 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12496 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12497 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12498 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12499 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12500 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12501 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12502 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12503 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12504 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12505 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12506 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12507 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12508 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12509 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12510 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12511 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12512 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12513 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12514 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12515 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12516 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12517 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12518 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12519 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12520 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12521 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12522 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12523 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12524 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12525 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12526 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12527 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12528 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12529 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12530 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12531 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12532 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12533 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12534 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12535 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12536 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12537 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12538 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12539 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12540 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12541 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12542 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12543 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12544 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12545 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12546 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12547 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12548 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12549 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12550 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12551 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12552 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12553 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12554 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12555 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12556 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12557 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12558 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12559 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12560 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12561 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12562 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12563 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12564 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12565 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12566 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12567 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12568 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12569 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12570 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12571 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12572 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12573 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12574 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12575 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12576 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12577 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12578 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12579 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12580 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12581 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12582 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12583 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12584 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12585 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12586 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12587 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12588 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12589 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12590 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12591 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12592 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12593 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12594 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12595 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12596 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12597 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12598 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12599 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12600 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12601 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12602 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12603 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12604 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12605 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12606 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12607 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12608 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12609 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12610 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12611 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12612 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12613 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12614 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12615 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12616 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12617 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12618 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12619 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12620 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12621 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12622 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12623 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12624 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12625 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12626 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12627 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12628 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12629 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12630 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12631 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12632 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12633 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12634 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12635 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12636 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12637 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12638 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12639 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12640 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12641 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12642 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12643 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12644 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12645 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12646 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12647 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12648 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12649 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12650 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12651 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12652 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12653 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12654 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12655 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12656 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12657 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12658 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12659 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12660 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12661 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12662 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12663 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12664 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12665 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12666 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12667 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12668 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12669 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12670 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12671 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12672 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12673 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12674 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12675 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12676 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12677 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12678 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12679 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12680 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12681 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12682 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12683 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12684 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12685 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12686 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12687 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12688 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12689 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12690 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12691 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12692 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12693 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12694 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12695 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12696 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12697 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12698 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12699 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12700 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12701 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12702 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12703 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12704 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12705 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12706 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12707 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12708 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12709 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12710 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12711 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12712 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12713 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12714 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12715 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12716 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12717 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12718 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12719 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12720 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12721 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12722 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12723 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12724 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12725 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12726 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12727 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12728 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12729 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12730 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12731 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12732 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12733 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12734 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12735 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12736 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12737 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12738 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12739 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12740 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12741 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12742 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12743 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12744 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12745 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12746 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12747 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12748 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12749 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12750 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12751 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12752 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12753 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12754 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12755 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12756 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12757 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12758 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12759 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12760 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12761 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12762 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12763 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12764 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12765 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12766 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12767 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12768 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12769 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12770 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12771 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12772 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12773 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12774 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12775 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12776 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12777 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12778 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12779 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12780 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12781 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12782 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12783 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12784 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12785 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12786 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12787 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12788 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12789 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12790 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12791 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12792 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12793 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12794 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12795 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12796 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12797 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12798 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12799 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12800 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12801 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12802 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12803 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12804 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12805 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12806 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12807 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12808 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12809 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12810 + } + ] + }, + "minecraft:nether_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12812 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12813 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12814, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12815 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12816 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12817 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12818 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12819 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12820 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12821 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12822 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12823 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12824 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12825 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12826 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12827 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12828 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12829 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12830 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12831 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12832 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12833 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12834 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12835 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12836 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12837 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12838 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12839 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12840 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12841 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12842 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12843 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12844 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12845 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12848 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12849 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12850 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12851 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12852 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12853 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12854 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12855 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12856 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12857 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12858 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12859 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12860 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12861 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12862 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12863 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12864 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12865 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12866 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12867 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12868 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12869 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12870 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12871 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12872 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12873 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12874 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12875 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12876 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12877 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12878 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12879 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12880 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12881 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12884 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12885 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12886 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12887 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12888 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12889 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12890 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12891 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12892 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12893 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12894 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12895 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12896 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12897 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12898 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12899 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12900 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12901 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12902 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12903 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12904 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12905 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12906 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12907 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12908 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12909 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12910 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12911 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12912 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12913 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12914 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12915 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12916 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12917 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12920 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12921 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12922 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12923 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12924 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12925 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12926 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12927 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12928 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12929 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12930 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12931 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12932 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12933 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12934 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12935 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12936 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12937 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12938 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12939 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12940 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12941 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12942 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12943 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12944 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12945 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12946 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12947 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12948 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12949 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12950 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12951 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12952 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12953 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12956 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12957 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12958 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12959 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12960 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12961 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12962 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12963 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12964 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12965 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12966 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12967 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12968 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12969 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12970 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12971 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12972 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12973 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12974 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12975 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12976 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12977 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12978 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12979 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12980 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12981 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12982 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12983 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12984 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12985 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12986 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12987 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 12988 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 12989 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 12990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 12991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 12992 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 12993 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 12994 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 12995 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 12996 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 12997 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 12998 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 12999 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13000 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13001 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13002 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13003 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13004 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13005 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13006 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13007 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13008 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13009 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13010 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13011 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13012 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13013 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13014 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13015 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13016 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13017 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13018 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13019 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13020 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13021 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13022 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13023 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13024 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13025 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13028 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13029 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13030 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13031 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13032 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13033 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13034 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13035 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13036 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13037 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13038 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13039 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13040 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13041 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13042 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13043 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13044 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13045 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13046 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13047 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13048 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13049 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13050 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13051 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13052 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13053 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13054 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13055 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13056 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13057 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13058 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13059 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13060 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13061 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13064 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13065 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13066 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13067 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13068 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13069 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13070 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13071 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13072 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13073 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13074 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13075 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13076 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13077 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13078 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13079 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13080 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13081 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13082 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13083 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13084 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13085 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13086 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13087 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13088 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13089 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13090 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13091 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13092 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13093 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13094 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13095 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13096 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13097 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13100 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13101 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13102 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13103 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13104 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13105 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13106 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13107 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13108 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13109 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13110 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13111 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13112 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13113 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13114 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13115 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13116 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13117 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13118 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13119 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13120 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13121 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13122 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13123 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13124 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13125 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13126 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13127 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13128 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13129 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13130 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13131 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13132 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13133 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13134 + } + ] + }, + "minecraft:andesite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13135 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13136 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13137 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13138, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13139 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13140 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13141 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13142 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13143 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13144 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13145 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13146 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13147 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13148 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13149 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13150 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13151 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13152 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13153 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13154 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13155 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13156 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13157 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13158 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13159 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13160 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13161 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13162 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13163 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13164 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13165 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13166 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13167 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13168 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13169 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13170 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13171 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13172 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13173 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13174 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13175 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13176 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13177 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13178 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13179 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13180 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13181 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13182 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13183 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13184 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13185 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13186 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13187 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13188 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13189 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13190 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13191 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13192 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13193 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13194 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13195 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13196 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13197 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13198 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13199 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13200 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13201 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13202 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13203 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13204 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13205 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13206 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13207 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13208 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13209 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13210 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13211 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13212 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13213 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13214 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13215 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13216 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13217 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13218 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13219 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13220 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13221 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13222 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13223 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13224 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13225 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13226 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13227 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13228 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13229 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13230 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13231 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13232 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13233 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13234 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13235 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13236 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13237 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13238 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13239 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13240 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13241 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13242 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13243 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13244 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13245 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13246 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13247 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13248 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13249 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13250 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13251 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13252 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13253 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13254 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13255 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13256 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13257 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13258 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13259 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13260 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13261 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13262 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13263 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13264 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13265 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13266 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13267 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13268 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13269 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13270 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13271 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13272 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13273 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13274 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13275 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13276 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13277 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13278 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13279 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13280 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13281 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13282 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13283 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13284 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13285 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13286 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13287 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13288 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13289 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13290 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13291 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13292 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13293 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13294 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13295 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13296 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13297 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13298 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13299 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13300 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13301 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13302 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13303 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13304 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13305 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13306 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13307 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13308 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13309 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13310 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13311 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13312 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13313 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13314 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13315 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13316 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13317 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13318 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13319 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13320 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13321 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13322 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13323 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13324 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13325 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13326 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13327 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13328 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13329 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13330 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13331 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13332 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13333 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13334 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13335 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13336 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13337 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13338 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13339 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13340 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13341 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13342 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13343 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13344 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13345 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13346 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13347 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13348 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13349 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13350 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13351 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13352 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13353 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13354 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13355 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13356 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13357 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13358 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13359 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13360 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13361 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13362 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13363 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13364 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13365 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13366 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13367 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13368 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13369 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13370 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13371 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13372 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13373 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13374 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13375 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13376 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13377 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13378 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13379 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13380 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13381 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13382 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13383 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13384 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13385 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13386 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13387 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13388 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13389 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13390 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13391 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13392 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13393 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13394 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13395 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13396 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13397 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13398 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13399 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13400 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13401 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13402 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13403 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13404 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13405 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13406 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13407 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13408 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13409 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13410 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13411 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13412 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13413 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13414 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13415 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13416 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13417 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13418 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13419 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13420 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13421 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13422 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13423 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13424 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13425 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13426 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13427 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13428 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13429 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13430 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13431 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13432 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13433 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13434 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13435 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13436 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13437 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13438 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13439 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13440 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13441 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13442 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13443 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13444 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13445 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13446 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13447 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13448 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13449 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13450 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13451 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13452 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13453 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13454 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13455 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13456 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13457 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13458 + } + ] + }, + "minecraft:red_nether_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13459 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13460 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13461 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13462, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13463 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13464 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13465 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13466 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13467 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13468 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13469 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13470 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13471 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13472 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13473 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13474 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13475 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13476 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13477 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13478 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13479 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13480 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13481 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13482 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13483 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13484 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13485 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13486 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13487 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13488 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13489 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13490 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13491 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13492 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13493 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13494 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13495 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13496 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13497 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13498 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13499 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13500 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13501 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13502 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13503 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13504 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13505 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13506 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13507 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13508 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13509 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13510 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13511 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13512 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13513 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13514 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13515 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13516 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13517 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13518 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13519 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13520 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13521 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13522 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13523 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13524 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13525 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13526 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13527 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13528 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13529 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13530 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13531 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13532 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13533 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13534 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13535 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13536 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13537 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13538 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13539 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13540 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13541 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13542 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13543 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13544 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13545 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13546 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13547 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13548 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13549 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13550 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13551 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13552 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13553 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13554 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13555 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13556 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13557 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13558 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13559 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13560 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13561 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13562 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13563 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13564 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13565 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13566 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13567 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13568 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13569 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13570 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13571 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13572 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13573 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13574 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13575 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13576 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13577 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13578 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13579 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13580 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13581 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13582 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13583 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13584 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13585 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13586 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13587 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13588 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13589 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13590 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13591 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13592 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13593 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13594 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13595 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13596 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13597 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13598 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13599 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13600 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13601 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13602 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13603 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13604 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13605 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13606 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13607 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13608 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13609 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13610 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13611 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13612 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13613 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13614 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13615 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13616 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13617 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13618 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13619 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13620 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13621 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13622 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13623 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13624 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13625 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13626 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13627 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13628 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13629 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13630 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13631 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13632 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13633 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13634 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13635 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13636 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13637 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13638 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13639 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13640 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13641 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13642 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13643 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13644 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13645 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13646 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13647 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13648 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13649 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13650 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13651 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13652 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13653 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13654 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13655 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13656 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13657 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13658 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13659 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13660 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13661 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13662 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13663 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13664 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13665 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13666 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13667 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13668 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13669 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13670 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13671 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13672 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13673 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13674 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13675 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13676 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13677 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13678 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13679 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13680 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13681 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13682 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13683 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13684 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13685 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13686 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13687 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13688 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13689 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13690 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13691 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13692 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13693 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13694 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13695 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13696 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13697 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13698 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13699 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13700 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13701 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13702 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13703 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13704 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13705 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13706 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13707 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13708 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13709 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13710 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13711 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13712 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13713 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13714 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13715 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13716 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13717 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13718 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13719 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13720 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13721 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13722 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13723 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13724 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13725 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13726 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13727 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13728 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13729 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13730 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13731 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13732 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13733 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13734 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13735 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13736 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13737 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13738 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13739 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13740 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13741 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13742 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13743 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13744 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13745 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13746 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13747 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13748 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13749 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13750 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13751 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13752 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13753 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13754 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13755 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13756 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13757 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13758 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13759 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13760 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13761 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13762 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13763 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13764 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13765 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13766 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13767 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13768 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13769 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13770 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13771 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13772 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13773 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13774 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13775 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13776 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13777 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13778 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13779 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13780 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13781 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13782 + } + ] + }, + "minecraft:sandstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13783 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13784 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13785 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13786, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13787 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13788 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13789 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13790 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13791 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13792 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13793 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13794 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13795 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13796 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13797 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13798 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13799 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13800 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13801 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13802 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13803 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13804 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13805 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13806 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13807 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13808 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13809 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13810 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13812 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13813 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13814 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13815 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13816 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13817 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13818 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13819 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13820 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13821 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13822 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13823 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13824 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13825 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13826 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13827 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13828 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13829 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13830 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13831 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13832 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13833 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13834 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13835 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13836 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13837 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13838 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13839 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13840 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13841 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13842 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13843 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13844 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13845 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13848 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13849 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13850 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13851 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13852 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13853 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13854 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13855 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13856 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13857 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13858 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13859 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13860 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13861 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13862 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13863 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13864 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13865 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13866 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13867 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13868 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13869 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13870 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13871 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13872 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13873 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13874 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13875 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13876 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13877 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13878 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13879 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13880 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13881 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13884 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13885 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13886 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13887 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13888 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13889 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13890 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13891 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13892 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13893 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13894 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13895 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13896 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13897 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13898 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13899 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13900 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13901 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13902 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13903 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13904 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13905 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13906 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13907 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13908 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13909 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13910 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13911 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13912 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13913 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13914 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13915 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13916 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13917 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13920 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13921 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13922 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13923 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13924 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13925 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13926 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13927 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13928 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13929 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13930 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13931 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13932 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13933 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13934 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13935 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13936 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13937 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13938 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13939 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13940 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13941 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13942 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13943 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13944 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13945 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13946 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13947 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13948 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13949 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13950 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13951 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13952 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13953 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13956 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13957 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13958 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13959 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13960 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13961 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13962 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13963 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13964 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13965 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13966 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13967 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13968 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13969 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13970 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13971 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13972 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13973 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13974 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13975 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13976 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13977 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13978 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13979 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13980 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13981 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13982 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13983 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13984 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13985 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13986 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13987 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 13988 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 13989 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 13990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 13991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 13992 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 13993 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 13994 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 13995 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 13996 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 13997 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 13998 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 13999 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14000 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14001 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14002 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14003 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14004 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14005 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14006 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14007 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14008 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14009 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14010 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14011 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14012 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14013 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14014 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14015 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14016 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14017 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14018 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14019 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14020 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14021 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14022 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14023 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14024 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14025 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14028 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14029 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14030 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14031 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14032 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14033 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14034 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14035 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14036 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14037 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14038 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14039 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14040 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14041 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14042 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14043 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14044 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14045 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14046 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14047 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14048 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14049 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14050 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14051 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14052 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14053 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14054 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14055 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14056 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14057 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14058 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14059 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14060 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14061 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14064 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14065 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14066 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14067 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14068 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14069 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14070 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14071 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14072 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14073 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14074 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14075 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14076 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14077 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14078 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14079 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14080 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14081 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14082 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14083 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14084 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14085 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14086 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14087 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14088 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14089 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14090 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14091 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14092 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14093 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14094 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14095 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14096 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14097 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14100 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14101 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14102 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14103 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14104 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14105 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14106 + } + ] + }, + "minecraft:end_stone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14107 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14108 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14109 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14110, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14111 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14112 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14113 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14114 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14115 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14116 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14117 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14118 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14119 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14120 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14121 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14122 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14123 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14124 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14125 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14126 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14127 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14128 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14129 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14130 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14131 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14132 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14133 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14134 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14135 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14136 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14137 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14138 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14139 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14140 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14141 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14142 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14143 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14144 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14145 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14146 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14147 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14148 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14149 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14150 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14151 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14152 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14153 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14154 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14155 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14156 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14157 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14158 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14159 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14160 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14161 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14162 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14163 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14164 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14165 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14166 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14167 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14168 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14169 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14170 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14171 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14172 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14173 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14174 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14175 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14176 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14177 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14178 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14179 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14180 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14181 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14182 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14183 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14184 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14185 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14186 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14187 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14188 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14189 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14190 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14191 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14192 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14193 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14194 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14195 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14196 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14197 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14198 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14199 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14200 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14201 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14202 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14203 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14204 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14205 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14206 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14207 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14208 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14209 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14210 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14211 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14212 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14213 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14214 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14215 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14216 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14217 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14218 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14219 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14220 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14221 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14222 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14223 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14224 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14225 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14226 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14227 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14228 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14229 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14230 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14231 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14232 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14233 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14234 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14235 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14236 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14237 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14238 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14239 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14240 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14241 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14242 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14243 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14244 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14245 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14246 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14247 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14248 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14249 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14250 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14251 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14252 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14253 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14254 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14255 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14256 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14257 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14258 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14259 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14260 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14261 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14262 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14263 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14264 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14265 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14266 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14267 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14268 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14269 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14270 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14271 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14272 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14273 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14274 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14275 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14276 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14277 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14278 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14279 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14280 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14281 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14282 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14283 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14284 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14285 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14286 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14287 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14288 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14289 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14290 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14291 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14292 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14293 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14294 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14295 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14296 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14297 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14298 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14299 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14300 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14301 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14302 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14303 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14304 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14305 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14306 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14307 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14308 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14309 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14310 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14311 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14312 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14313 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14314 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14315 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14316 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14317 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14318 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14319 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14320 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14321 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14322 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14323 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14324 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14325 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14326 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14327 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14328 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14329 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14330 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14331 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14332 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14333 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14334 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14335 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14336 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14337 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14338 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14339 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14340 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14341 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14342 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14343 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14344 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14345 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14346 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14347 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14348 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14349 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14350 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14351 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14352 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14353 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14354 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14355 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14356 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14357 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14358 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14359 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14360 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14361 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14362 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14363 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14364 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14365 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14366 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14367 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14368 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14369 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14370 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14371 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14372 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14373 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14374 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14375 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14376 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14377 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14378 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14379 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14380 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14381 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14382 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14383 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14384 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14385 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14386 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14387 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14388 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14389 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14390 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14391 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14392 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14393 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14394 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14395 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14396 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14397 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14398 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14399 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14400 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14401 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14402 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14403 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14404 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14405 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14406 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14407 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14408 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14409 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14410 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14411 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14412 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14413 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14414 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14415 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14416 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14417 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14418 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14419 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14420 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14421 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14422 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14423 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14424 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14425 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14426 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14427 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14428 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14429 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14430 + } + ] + }, + "minecraft:diorite_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14431 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14432 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14433 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14434, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14435 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14436 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14437 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14438 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14439 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14440 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14441 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14442 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14443 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14444 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14445 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14446 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14447 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14448 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14449 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14450 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14451 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14452 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14453 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14454 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14455 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14456 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14457 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14458 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14459 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14460 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14461 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14462 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14463 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14464 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14465 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14466 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14467 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14468 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14469 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14470 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14471 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14472 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14473 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14474 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14475 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14476 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14477 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14478 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14479 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14480 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14481 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14482 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14483 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14484 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14485 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14486 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14487 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14488 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14489 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14490 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14491 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14492 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14493 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14494 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14495 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14496 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14497 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14498 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14499 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14500 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14501 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14502 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14503 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14504 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14505 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14506 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14507 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14508 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14509 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14510 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14511 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14512 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14513 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14514 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14515 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14516 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14517 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14518 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14519 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14520 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14521 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14522 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14523 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14524 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14525 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14526 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14527 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14528 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14529 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14530 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14531 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14532 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14533 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14534 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14535 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14536 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14537 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14538 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14539 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14540 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14541 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14542 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14543 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14544 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14545 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14546 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14547 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14548 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14549 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14550 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14551 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14552 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14553 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14554 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14555 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14556 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14557 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14558 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14559 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14560 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14561 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14562 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14563 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14564 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14565 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14566 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14567 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14568 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14569 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14570 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14571 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14572 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14573 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14574 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14575 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14576 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14577 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14578 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14579 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14580 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14581 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14582 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14583 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14584 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14585 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14586 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14587 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14588 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14589 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14590 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14591 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14592 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14593 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14594 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14595 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14596 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14597 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14598 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14599 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14600 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14601 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14602 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14603 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14604 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14605 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14606 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14607 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14608 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14609 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14610 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14611 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14612 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14613 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14614 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14615 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14616 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14617 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14618 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14619 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14620 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14621 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14622 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14623 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14624 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14625 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14626 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14627 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14628 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14629 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14630 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14631 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14632 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14633 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14634 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14635 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14636 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14637 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14638 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14639 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14640 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14641 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14642 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14643 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14644 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14645 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14646 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14647 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14648 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14649 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14650 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14651 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14652 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14653 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14654 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14655 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14656 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14657 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14658 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14659 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14660 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14661 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14662 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14663 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14664 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14665 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14666 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14667 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14668 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14669 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14670 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14671 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14672 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14673 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14674 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14675 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14676 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14677 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14678 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14679 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14680 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14681 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14682 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14683 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14684 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14685 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14686 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14687 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14688 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14689 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14690 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14691 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14692 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14693 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14694 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14695 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14696 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14697 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14698 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14699 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14700 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14701 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14702 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14703 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14704 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14705 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14706 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14707 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14708 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14709 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14710 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14711 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14712 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14713 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14714 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14715 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14716 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14717 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14718 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14719 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14720 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14721 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14722 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14723 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14724 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14725 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14726 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14727 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14728 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14729 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14730 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14731 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14732 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14733 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14734 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14735 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14736 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14737 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14738 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14739 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14740 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14741 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14742 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 14743 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 14744 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 14745 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 14746 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 14747 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 14748 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 14749 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 14750 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 14751 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 14752 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 14753 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 14754 + } + ] + }, + "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": 14755 + }, + { + "properties": { + "bottom": "true", + "distance": "0", + "waterlogged": "false" + }, + "id": 14756 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "true" + }, + "id": 14757 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "false" + }, + "id": 14758 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "true" + }, + "id": 14759 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "false" + }, + "id": 14760 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "true" + }, + "id": 14761 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "false" + }, + "id": 14762 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "true" + }, + "id": 14763 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "false" + }, + "id": 14764 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "true" + }, + "id": 14765 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "false" + }, + "id": 14766 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "true" + }, + "id": 14767 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "false" + }, + "id": 14768 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "true" + }, + "id": 14769 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "false" + }, + "id": 14770 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "true" + }, + "id": 14771 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "false" + }, + "id": 14772 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "true" + }, + "id": 14773 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "false" + }, + "id": 14774 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "true" + }, + "id": 14775 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "false" + }, + "id": 14776 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "true" + }, + "id": 14777 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "false" + }, + "id": 14778 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "true" + }, + "id": 14779 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "false" + }, + "id": 14780 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "true" + }, + "id": 14781 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "false" + }, + "id": 14782 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "true" + }, + "id": 14783 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "false" + }, + "id": 14784 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "true" + }, + "id": 14785 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "false" + }, + "id": 14786, + "default": true + } + ] + }, + "minecraft:loom": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 14787, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 14788 + }, + { + "properties": { + "facing": "west" + }, + "id": 14789 + }, + { + "properties": { + "facing": "east" + }, + "id": 14790 + } + ] + }, + "minecraft:barrel": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "open": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "open": "true" + }, + "id": 14791 + }, + { + "properties": { + "facing": "north", + "open": "false" + }, + "id": 14792, + "default": true + }, + { + "properties": { + "facing": "east", + "open": "true" + }, + "id": 14793 + }, + { + "properties": { + "facing": "east", + "open": "false" + }, + "id": 14794 + }, + { + "properties": { + "facing": "south", + "open": "true" + }, + "id": 14795 + }, + { + "properties": { + "facing": "south", + "open": "false" + }, + "id": 14796 + }, + { + "properties": { + "facing": "west", + "open": "true" + }, + "id": 14797 + }, + { + "properties": { + "facing": "west", + "open": "false" + }, + "id": 14798 + }, + { + "properties": { + "facing": "up", + "open": "true" + }, + "id": 14799 + }, + { + "properties": { + "facing": "up", + "open": "false" + }, + "id": 14800 + }, + { + "properties": { + "facing": "down", + "open": "true" + }, + "id": 14801 + }, + { + "properties": { + "facing": "down", + "open": "false" + }, + "id": 14802 + } + ] + }, + "minecraft:smoker": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 14803 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 14804, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 14805 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 14806 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 14807 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 14808 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 14809 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 14810 + } + ] + }, + "minecraft:blast_furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 14811 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 14812, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 14813 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 14814 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 14815 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 14816 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 14817 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 14818 + } + ] + }, + "minecraft:cartography_table": { + "states": [ + { + "id": 14819, + "default": true + } + ] + }, + "minecraft:fletching_table": { + "states": [ + { + "id": 14820, + "default": true + } + ] + }, + "minecraft:grindstone": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north" + }, + "id": 14821 + }, + { + "properties": { + "face": "floor", + "facing": "south" + }, + "id": 14822 + }, + { + "properties": { + "face": "floor", + "facing": "west" + }, + "id": 14823 + }, + { + "properties": { + "face": "floor", + "facing": "east" + }, + "id": 14824 + }, + { + "properties": { + "face": "wall", + "facing": "north" + }, + "id": 14825, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south" + }, + "id": 14826 + }, + { + "properties": { + "face": "wall", + "facing": "west" + }, + "id": 14827 + }, + { + "properties": { + "face": "wall", + "facing": "east" + }, + "id": 14828 + }, + { + "properties": { + "face": "ceiling", + "facing": "north" + }, + "id": 14829 + }, + { + "properties": { + "face": "ceiling", + "facing": "south" + }, + "id": 14830 + }, + { + "properties": { + "face": "ceiling", + "facing": "west" + }, + "id": 14831 + }, + { + "properties": { + "face": "ceiling", + "facing": "east" + }, + "id": 14832 + } + ] + }, + "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": 14833 + }, + { + "properties": { + "facing": "north", + "has_book": "true", + "powered": "false" + }, + "id": 14834 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "true" + }, + "id": 14835 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "false" + }, + "id": 14836, + "default": true + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "true" + }, + "id": 14837 + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "false" + }, + "id": 14838 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "true" + }, + "id": 14839 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "false" + }, + "id": 14840 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "true" + }, + "id": 14841 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "false" + }, + "id": 14842 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "true" + }, + "id": 14843 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "false" + }, + "id": 14844 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "true" + }, + "id": 14845 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "false" + }, + "id": 14846 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "true" + }, + "id": 14847 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "false" + }, + "id": 14848 + } + ] + }, + "minecraft:smithing_table": { + "states": [ + { + "id": 14849, + "default": true + } + ] + }, + "minecraft:stonecutter": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 14850, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 14851 + }, + { + "properties": { + "facing": "west" + }, + "id": 14852 + }, + { + "properties": { + "facing": "east" + }, + "id": 14853 + } + ] + }, + "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": 14854 + }, + { + "properties": { + "attachment": "floor", + "facing": "north", + "powered": "false" + }, + "id": 14855, + "default": true + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "true" + }, + "id": 14856 + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "false" + }, + "id": 14857 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "true" + }, + "id": 14858 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "false" + }, + "id": 14859 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "true" + }, + "id": 14860 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "false" + }, + "id": 14861 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 14862 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 14863 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 14864 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 14865 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 14866 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 14867 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 14868 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 14869 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "true" + }, + "id": 14870 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "false" + }, + "id": 14871 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "true" + }, + "id": 14872 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "false" + }, + "id": 14873 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "true" + }, + "id": 14874 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "false" + }, + "id": 14875 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "true" + }, + "id": 14876 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "false" + }, + "id": 14877 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "true" + }, + "id": 14878 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "false" + }, + "id": 14879 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "true" + }, + "id": 14880 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "false" + }, + "id": 14881 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "true" + }, + "id": 14882 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "false" + }, + "id": 14883 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "true" + }, + "id": 14884 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "false" + }, + "id": 14885 + } + ] + }, + "minecraft:lantern": { + "properties": { + "hanging": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "hanging": "true" + }, + "id": 14886 + }, + { + "properties": { + "hanging": "false" + }, + "id": 14887, + "default": true + } + ] + }, + "minecraft:soul_lantern": { + "properties": { + "hanging": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "hanging": "true" + }, + "id": 14888 + }, + { + "properties": { + "hanging": "false" + }, + "id": 14889, + "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": 14890 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14891 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14892 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14893, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14894 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14895 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14896 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14897 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14898 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14899 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14900 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14901 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14902 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14903 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14904 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14905 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14906 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14907 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14908 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14909 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14910 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14911 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14912 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14913 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14914 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14915 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14916 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14917 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14918 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14919 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14920 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14921 + } + ] + }, + "minecraft:soul_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": 14922 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14923 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14924 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14925, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14926 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14927 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14928 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14929 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14930 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14931 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14932 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14933 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14934 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14935 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14936 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14937 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14938 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14939 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14940 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14941 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14942 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14943 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14944 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14945 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14946 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14947 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14948 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14949 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 14950 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 14951 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 14952 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 14953 + } + ] + }, + "minecraft:sweet_berry_bush": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 14954, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 14955 + }, + { + "properties": { + "age": "2" + }, + "id": 14956 + }, + { + "properties": { + "age": "3" + }, + "id": 14957 + } + ] + }, + "minecraft:warped_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14958 + }, + { + "properties": { + "axis": "y" + }, + "id": 14959, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14960 + } + ] + }, + "minecraft:stripped_warped_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14961 + }, + { + "properties": { + "axis": "y" + }, + "id": 14962, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14963 + } + ] + }, + "minecraft:warped_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14964 + }, + { + "properties": { + "axis": "y" + }, + "id": 14965, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14966 + } + ] + }, + "minecraft:stripped_warped_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14967 + }, + { + "properties": { + "axis": "y" + }, + "id": 14968, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14969 + } + ] + }, + "minecraft:warped_nylium": { + "states": [ + { + "id": 14970, + "default": true + } + ] + }, + "minecraft:warped_fungus": { + "states": [ + { + "id": 14971, + "default": true + } + ] + }, + "minecraft:warped_wart_block": { + "states": [ + { + "id": 14972, + "default": true + } + ] + }, + "minecraft:warped_roots": { + "states": [ + { + "id": 14973, + "default": true + } + ] + }, + "minecraft:nether_sprouts": { + "states": [ + { + "id": 14974, + "default": true + } + ] + }, + "minecraft:crimson_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14975 + }, + { + "properties": { + "axis": "y" + }, + "id": 14976, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14977 + } + ] + }, + "minecraft:stripped_crimson_stem": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14978 + }, + { + "properties": { + "axis": "y" + }, + "id": 14979, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14980 + } + ] + }, + "minecraft:crimson_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14981 + }, + { + "properties": { + "axis": "y" + }, + "id": 14982, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14983 + } + ] + }, + "minecraft:stripped_crimson_hyphae": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 14984 + }, + { + "properties": { + "axis": "y" + }, + "id": 14985, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 14986 + } + ] + }, + "minecraft:crimson_nylium": { + "states": [ + { + "id": 14987, + "default": true + } + ] + }, + "minecraft:crimson_fungus": { + "states": [ + { + "id": 14988, + "default": true + } + ] + }, + "minecraft:shroomlight": { + "states": [ + { + "id": 14989, + "default": true + } + ] + }, + "minecraft:weeping_vines": { + "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": 14990, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 14991 + }, + { + "properties": { + "age": "2" + }, + "id": 14992 + }, + { + "properties": { + "age": "3" + }, + "id": 14993 + }, + { + "properties": { + "age": "4" + }, + "id": 14994 + }, + { + "properties": { + "age": "5" + }, + "id": 14995 + }, + { + "properties": { + "age": "6" + }, + "id": 14996 + }, + { + "properties": { + "age": "7" + }, + "id": 14997 + }, + { + "properties": { + "age": "8" + }, + "id": 14998 + }, + { + "properties": { + "age": "9" + }, + "id": 14999 + }, + { + "properties": { + "age": "10" + }, + "id": 15000 + }, + { + "properties": { + "age": "11" + }, + "id": 15001 + }, + { + "properties": { + "age": "12" + }, + "id": 15002 + }, + { + "properties": { + "age": "13" + }, + "id": 15003 + }, + { + "properties": { + "age": "14" + }, + "id": 15004 + }, + { + "properties": { + "age": "15" + }, + "id": 15005 + }, + { + "properties": { + "age": "16" + }, + "id": 15006 + }, + { + "properties": { + "age": "17" + }, + "id": 15007 + }, + { + "properties": { + "age": "18" + }, + "id": 15008 + }, + { + "properties": { + "age": "19" + }, + "id": 15009 + }, + { + "properties": { + "age": "20" + }, + "id": 15010 + }, + { + "properties": { + "age": "21" + }, + "id": 15011 + }, + { + "properties": { + "age": "22" + }, + "id": 15012 + }, + { + "properties": { + "age": "23" + }, + "id": 15013 + }, + { + "properties": { + "age": "24" + }, + "id": 15014 + }, + { + "properties": { + "age": "25" + }, + "id": 15015 + } + ] + }, + "minecraft:weeping_vines_plant": { + "states": [ + { + "id": 15016, + "default": true + } + ] + }, + "minecraft:twisting_vines": { + "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": 15017, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 15018 + }, + { + "properties": { + "age": "2" + }, + "id": 15019 + }, + { + "properties": { + "age": "3" + }, + "id": 15020 + }, + { + "properties": { + "age": "4" + }, + "id": 15021 + }, + { + "properties": { + "age": "5" + }, + "id": 15022 + }, + { + "properties": { + "age": "6" + }, + "id": 15023 + }, + { + "properties": { + "age": "7" + }, + "id": 15024 + }, + { + "properties": { + "age": "8" + }, + "id": 15025 + }, + { + "properties": { + "age": "9" + }, + "id": 15026 + }, + { + "properties": { + "age": "10" + }, + "id": 15027 + }, + { + "properties": { + "age": "11" + }, + "id": 15028 + }, + { + "properties": { + "age": "12" + }, + "id": 15029 + }, + { + "properties": { + "age": "13" + }, + "id": 15030 + }, + { + "properties": { + "age": "14" + }, + "id": 15031 + }, + { + "properties": { + "age": "15" + }, + "id": 15032 + }, + { + "properties": { + "age": "16" + }, + "id": 15033 + }, + { + "properties": { + "age": "17" + }, + "id": 15034 + }, + { + "properties": { + "age": "18" + }, + "id": 15035 + }, + { + "properties": { + "age": "19" + }, + "id": 15036 + }, + { + "properties": { + "age": "20" + }, + "id": 15037 + }, + { + "properties": { + "age": "21" + }, + "id": 15038 + }, + { + "properties": { + "age": "22" + }, + "id": 15039 + }, + { + "properties": { + "age": "23" + }, + "id": 15040 + }, + { + "properties": { + "age": "24" + }, + "id": 15041 + }, + { + "properties": { + "age": "25" + }, + "id": 15042 + } + ] + }, + "minecraft:twisting_vines_plant": { + "states": [ + { + "id": 15043, + "default": true + } + ] + }, + "minecraft:crimson_roots": { + "states": [ + { + "id": 15044, + "default": true + } + ] + }, + "minecraft:crimson_planks": { + "states": [ + { + "id": 15045, + "default": true + } + ] + }, + "minecraft:warped_planks": { + "states": [ + { + "id": 15046, + "default": true + } + ] + }, + "minecraft:crimson_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 15047 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 15048 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 15049 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 15050, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 15051 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 15052 + } + ] + }, + "minecraft:warped_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 15053 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 15054 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 15055 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 15056, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 15057 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 15058 + } + ] + }, + "minecraft:crimson_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 15059 + }, + { + "properties": { + "powered": "false" + }, + "id": 15060, + "default": true + } + ] + }, + "minecraft:warped_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 15061 + }, + { + "properties": { + "powered": "false" + }, + "id": 15062, + "default": true + } + ] + }, + "minecraft:crimson_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": 15063 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15064 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15065 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15066 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15067 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15068 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15069 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15070 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15071 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15072 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15073 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15074 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15075 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15076 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15077 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15078 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15079 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15080 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15081 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15082 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15083 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15084 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15085 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15086 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15087 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15088 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15089 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15090 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15091 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15092 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15093 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15094, + "default": true + } + ] + }, + "minecraft:warped_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": 15095 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15096 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15097 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15098 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15099 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15100 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15101 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15102 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15103 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15104 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15105 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15106 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15107 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15108 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15109 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15110 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15111 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15112 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15113 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15114 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15115 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15116 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15117 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15118 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 15119 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 15120 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 15121 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 15122 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 15123 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 15124 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 15125 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 15126, + "default": true + } + ] + }, + "minecraft:crimson_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": 15127 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15128 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15129 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15130 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15131 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15132 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15133 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15134 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15135 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15136 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15137 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15138 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15139 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15140 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15141 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15142, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15143 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15144 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15145 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15146 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15147 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15148 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15149 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15150 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15151 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15152 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15153 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15154 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15155 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15156 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15157 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15158 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15159 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15160 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15161 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15162 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15163 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15164 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15165 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15166 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15167 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15168 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15169 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15170 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15171 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15172 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15173 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15174 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15175 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15176 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15177 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15178 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15179 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15180 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15181 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15182 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15183 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15184 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15185 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15186 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15187 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15188 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15189 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15190 + } + ] + }, + "minecraft:warped_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": 15191 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15192 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15193 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15194 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15195 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15196 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15197 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15198 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15199 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15200 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15201 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15202 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15203 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15204 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15205 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15206, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15207 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15208 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15209 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15210 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15211 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15212 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15213 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15214 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15215 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15216 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15217 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15218 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15219 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15220 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15221 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15222 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15223 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15224 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15225 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15226 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15227 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15228 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15229 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15230 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15231 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15232 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15233 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15234 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15235 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15236 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15237 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15238 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15239 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15240 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15241 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15242 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15243 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15244 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15245 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15246 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 15247 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 15248 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 15249 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 15250 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 15251 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 15252 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 15253 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 15254 + } + ] + }, + "minecraft:crimson_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": 15255 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15256 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15257 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15258 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15259 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15260 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15261 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15262, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15263 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15264 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15265 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15266 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15267 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15268 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15269 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15270 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15271 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15272 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15273 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15274 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15275 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15276 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15277 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15278 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15279 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15280 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15281 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15282 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15283 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15284 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15285 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15286 + } + ] + }, + "minecraft:warped_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": 15287 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15288 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15289 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15290 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15291 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15292 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15293 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15294, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15295 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15296 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15297 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15298 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15299 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15300 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15301 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15302 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15303 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15304 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15305 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15306 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15307 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15308 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15309 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15310 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 15311 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 15312 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 15313 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 15314 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 15315 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 15316 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 15317 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 15318 + } + ] + }, + "minecraft:crimson_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": 15319 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15320 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15321 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15322 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15323 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15324 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15325 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15326 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15327 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15328 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15329 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15330, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15331 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15332 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15333 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15334 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15335 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15336 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15337 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15338 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15339 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15340 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15341 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15342 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15343 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15344 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15345 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15346 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15347 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15348 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15349 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15350 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15351 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15352 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15353 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15354 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15355 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15356 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15357 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15358 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15359 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15360 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15361 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15362 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15363 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15364 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15365 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15366 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15367 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15368 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15369 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15370 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15371 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15372 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15373 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15374 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15375 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15376 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15377 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15378 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15379 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15380 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15381 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15382 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15383 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15384 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15385 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15386 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15387 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15388 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15389 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15390 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15391 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15392 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15393 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15394 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15395 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15396 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15397 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15398 + } + ] + }, + "minecraft:warped_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": 15399 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15400 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15401 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15402 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15403 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15404 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15405 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15406 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15407 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15408 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15409 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15410, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15411 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15412 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15413 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15414 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15415 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15416 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15417 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15418 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15419 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15420 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15421 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15422 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15423 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15424 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15425 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15426 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15427 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15428 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15429 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15430 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15431 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15432 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15433 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15434 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15435 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15436 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15437 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15438 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15439 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15440 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15441 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15442 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15443 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15444 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15445 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15446 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15447 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15448 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15449 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15450 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15451 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15452 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15453 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15454 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15455 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15456 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15457 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15458 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15459 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15460 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15461 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15462 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15463 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15464 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15465 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15466 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15467 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15468 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15469 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15470 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15471 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15472 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15473 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15474 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15475 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15476 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15477 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15478 + } + ] + }, + "minecraft:crimson_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 15479 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 15480 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 15481 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 15482 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 15483 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 15484 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 15485 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 15486 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 15487 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 15488, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 15489 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 15490 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 15491 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 15492 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 15493 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 15494 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 15495 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 15496 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 15497 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 15498 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 15499 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 15500 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 15501 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 15502 + } + ] + }, + "minecraft:warped_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 15503 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 15504 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 15505 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 15506 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 15507 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 15508 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 15509 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 15510 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 15511 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 15512, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 15513 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 15514 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 15515 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 15516 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 15517 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 15518 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 15519 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 15520 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 15521 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 15522 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 15523 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 15524 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 15525 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 15526 + } + ] + }, + "minecraft:crimson_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": 15527 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15528 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15529 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15530 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15531 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15532 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15533 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15534 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15535 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15536 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15537 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15538, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15539 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15540 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15541 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15542 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15543 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15544 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15545 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15546 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15547 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15548 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15549 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15550 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15551 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15552 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15553 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15554 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15555 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15556 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15557 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15558 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15559 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15560 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15561 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15562 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15563 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15564 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15565 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15566 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15567 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15568 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15569 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15570 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15571 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15572 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15573 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15574 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15575 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15576 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15577 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15578 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15579 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15580 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15581 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15582 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15583 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15584 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15585 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15586 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15587 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15588 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15589 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15590 + } + ] + }, + "minecraft:warped_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": 15591 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15592 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15593 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15594 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15595 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15596 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15597 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15598 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15599 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15600 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15601 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15602, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15603 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15604 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15605 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15606 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15607 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15608 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15609 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15610 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15611 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15612 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15613 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15614 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15615 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15616 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15617 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15618 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15619 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15620 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15621 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15622 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15623 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15624 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15625 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15626 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15627 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15628 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15629 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15630 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15631 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15632 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15633 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15634 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15635 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15636 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15637 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15638 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15639 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15640 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15641 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15642 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15643 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15644 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15645 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15646 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 15647 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 15648 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 15649 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 15650 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 15651 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 15652 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 15653 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 15654 + } + ] + }, + "minecraft:crimson_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": 15655 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 15656, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 15657 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 15658 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 15659 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 15660 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 15661 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 15662 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 15663 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 15664 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 15665 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 15666 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 15667 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 15668 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 15669 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 15670 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 15671 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 15672 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 15673 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 15674 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 15675 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 15676 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 15677 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 15678 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 15679 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 15680 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 15681 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 15682 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 15683 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 15684 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 15685 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 15686 + } + ] + }, + "minecraft:warped_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": 15687 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 15688, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 15689 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 15690 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 15691 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 15692 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 15693 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 15694 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 15695 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 15696 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 15697 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 15698 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 15699 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 15700 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 15701 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 15702 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 15703 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 15704 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 15705 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 15706 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 15707 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 15708 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 15709 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 15710 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 15711 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 15712 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 15713 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 15714 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 15715 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 15716 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 15717 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 15718 + } + ] + }, + "minecraft:crimson_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 15719 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 15720, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 15721 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 15722 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 15723 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 15724 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 15725 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 15726 + } + ] + }, + "minecraft:warped_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 15727 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 15728, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 15729 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 15730 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 15731 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 15732 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 15733 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 15734 + } + ] + }, + "minecraft:structure_block": { + "properties": { + "mode": [ + "save", + "load", + "corner", + "data" + ] + }, + "states": [ + { + "properties": { + "mode": "save" + }, + "id": 15735, + "default": true + }, + { + "properties": { + "mode": "load" + }, + "id": 15736 + }, + { + "properties": { + "mode": "corner" + }, + "id": 15737 + }, + { + "properties": { + "mode": "data" + }, + "id": 15738 + } + ] + }, + "minecraft:jigsaw": { + "properties": { + "orientation": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + }, + "states": [ + { + "properties": { + "orientation": "down_east" + }, + "id": 15739 + }, + { + "properties": { + "orientation": "down_north" + }, + "id": 15740 + }, + { + "properties": { + "orientation": "down_south" + }, + "id": 15741 + }, + { + "properties": { + "orientation": "down_west" + }, + "id": 15742 + }, + { + "properties": { + "orientation": "up_east" + }, + "id": 15743 + }, + { + "properties": { + "orientation": "up_north" + }, + "id": 15744 + }, + { + "properties": { + "orientation": "up_south" + }, + "id": 15745 + }, + { + "properties": { + "orientation": "up_west" + }, + "id": 15746 + }, + { + "properties": { + "orientation": "west_up" + }, + "id": 15747 + }, + { + "properties": { + "orientation": "east_up" + }, + "id": 15748 + }, + { + "properties": { + "orientation": "north_up" + }, + "id": 15749, + "default": true + }, + { + "properties": { + "orientation": "south_up" + }, + "id": 15750 + } + ] + }, + "minecraft:composter": { + "properties": { + "level": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 15751, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 15752 + }, + { + "properties": { + "level": "2" + }, + "id": 15753 + }, + { + "properties": { + "level": "3" + }, + "id": 15754 + }, + { + "properties": { + "level": "4" + }, + "id": 15755 + }, + { + "properties": { + "level": "5" + }, + "id": 15756 + }, + { + "properties": { + "level": "6" + }, + "id": 15757 + }, + { + "properties": { + "level": "7" + }, + "id": 15758 + }, + { + "properties": { + "level": "8" + }, + "id": 15759 + } + ] + }, + "minecraft:target": { + "properties": { + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "power": "0" + }, + "id": 15760, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 15761 + }, + { + "properties": { + "power": "2" + }, + "id": 15762 + }, + { + "properties": { + "power": "3" + }, + "id": 15763 + }, + { + "properties": { + "power": "4" + }, + "id": 15764 + }, + { + "properties": { + "power": "5" + }, + "id": 15765 + }, + { + "properties": { + "power": "6" + }, + "id": 15766 + }, + { + "properties": { + "power": "7" + }, + "id": 15767 + }, + { + "properties": { + "power": "8" + }, + "id": 15768 + }, + { + "properties": { + "power": "9" + }, + "id": 15769 + }, + { + "properties": { + "power": "10" + }, + "id": 15770 + }, + { + "properties": { + "power": "11" + }, + "id": 15771 + }, + { + "properties": { + "power": "12" + }, + "id": 15772 + }, + { + "properties": { + "power": "13" + }, + "id": 15773 + }, + { + "properties": { + "power": "14" + }, + "id": 15774 + }, + { + "properties": { + "power": "15" + }, + "id": 15775 + } + ] + }, + "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": 15776, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 15777 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 15778 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 15779 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 15780 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 15781 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 15782 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 15783 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 15784 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 15785 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 15786 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 15787 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 15788 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 15789 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 15790 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 15791 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 15792 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 15793 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 15794 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 15795 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 15796 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 15797 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 15798 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 15799 + } + ] + }, + "minecraft:beehive": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "honey_level": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "honey_level": "0" + }, + "id": 15800, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 15801 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 15802 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 15803 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 15804 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 15805 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 15806 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 15807 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 15808 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 15809 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 15810 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 15811 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 15812 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 15813 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 15814 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 15815 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 15816 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 15817 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 15818 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 15819 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 15820 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 15821 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 15822 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 15823 + } + ] + }, + "minecraft:honey_block": { + "states": [ + { + "id": 15824, + "default": true + } + ] + }, + "minecraft:honeycomb_block": { + "states": [ + { + "id": 15825, + "default": true + } + ] + }, + "minecraft:netherite_block": { + "states": [ + { + "id": 15826, + "default": true + } + ] + }, + "minecraft:ancient_debris": { + "states": [ + { + "id": 15827, + "default": true + } + ] + }, + "minecraft:crying_obsidian": { + "states": [ + { + "id": 15828, + "default": true + } + ] + }, + "minecraft:respawn_anchor": { + "properties": { + "charges": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + "states": [ + { + "properties": { + "charges": "0" + }, + "id": 15829, + "default": true + }, + { + "properties": { + "charges": "1" + }, + "id": 15830 + }, + { + "properties": { + "charges": "2" + }, + "id": 15831 + }, + { + "properties": { + "charges": "3" + }, + "id": 15832 + }, + { + "properties": { + "charges": "4" + }, + "id": 15833 + } + ] + }, + "minecraft:potted_crimson_fungus": { + "states": [ + { + "id": 15834, + "default": true + } + ] + }, + "minecraft:potted_warped_fungus": { + "states": [ + { + "id": 15835, + "default": true + } + ] + }, + "minecraft:potted_crimson_roots": { + "states": [ + { + "id": 15836, + "default": true + } + ] + }, + "minecraft:potted_warped_roots": { + "states": [ + { + "id": 15837, + "default": true + } + ] + }, + "minecraft:lodestone": { + "states": [ + { + "id": 15838, + "default": true + } + ] + }, + "minecraft:blackstone": { + "states": [ + { + "id": 15839, + "default": true + } + ] + }, + "minecraft:blackstone_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": 15840 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15841 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15842 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15843 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15844 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15845 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15846 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15847 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15848 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15849 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15850 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15851, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15852 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15853 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15854 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15855 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15856 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15857 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15858 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15859 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15860 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15861 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15862 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15863 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15864 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15865 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15866 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15867 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15868 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15869 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15870 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15871 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15872 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15873 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15874 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15875 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15876 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15877 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15878 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15879 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15880 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15881 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15882 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15883 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15884 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15885 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15886 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15887 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15888 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15889 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15890 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15891 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15892 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15893 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15894 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15895 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15896 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15897 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15898 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15899 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15900 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15901 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15902 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15903 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15904 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15905 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15906 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15907 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15908 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15909 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 15910 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 15911 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 15912 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 15913 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 15914 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 15915 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 15916 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 15917 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 15918 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 15919 + } + ] + }, + "minecraft:blackstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15920 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15921 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15922 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15923, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15924 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15925 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15926 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15927 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15928 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15929 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15930 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15931 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15932 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15933 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15934 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15935 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15936 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15937 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15938 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15939 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15940 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15941 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15942 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15943 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15944 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15945 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15946 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15947 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15948 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15949 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15950 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15951 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15952 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15953 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15954 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15955 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15956 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15957 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15958 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15959 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15960 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15961 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15962 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15963 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15964 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15965 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15966 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15967 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15968 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15969 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15970 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15971 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15972 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15973 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15974 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15975 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15976 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15977 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15978 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15979 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15980 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15981 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15982 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15983 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15984 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15985 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15986 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15987 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 15988 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 15989 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 15990 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 15991 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 15992 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 15993 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 15994 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 15995 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 15996 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 15997 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 15998 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 15999 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16000 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16001 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16002 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16003 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16004 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16005 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16006 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16007 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16008 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16009 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16010 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16011 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16012 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16013 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16014 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16015 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16016 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16017 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16018 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16019 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16020 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16021 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16022 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16023 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16024 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16025 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16026 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16027 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16028 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16029 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16030 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16031 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16032 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16033 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16034 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16035 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16036 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16037 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16038 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16039 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16040 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16041 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16042 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16043 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16044 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16045 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16046 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16047 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16048 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16049 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16050 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16051 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16052 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16053 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16054 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16055 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16056 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16057 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16058 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16059 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16060 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16061 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16062 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16063 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16064 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16065 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16066 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16067 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16068 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16069 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16070 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16071 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16072 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16073 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16074 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16075 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16076 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16077 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16078 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16079 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16080 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16081 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16082 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16083 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16084 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16085 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16086 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16087 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16088 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16089 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16090 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16091 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16092 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16093 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16094 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16095 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16096 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16097 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16098 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16099 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16100 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16101 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16102 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16103 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16104 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16105 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16106 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16107 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16108 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16109 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16110 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16111 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16112 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16113 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16114 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16115 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16116 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16117 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16118 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16119 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16120 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16121 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16122 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16123 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16124 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16125 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16126 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16127 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16128 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16129 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16130 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16131 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16132 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16133 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16134 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16135 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16136 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16137 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16138 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16139 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16140 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16141 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16142 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16143 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16144 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16145 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16146 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16147 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16148 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16149 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16150 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16151 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16152 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16153 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16154 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16155 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16156 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16157 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16158 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16159 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16160 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16161 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16162 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16163 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16164 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16165 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16166 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16167 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16168 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16169 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16170 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16171 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16172 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16173 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16174 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16175 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16176 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16177 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16178 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16179 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16180 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16181 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16182 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16183 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16184 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16185 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16186 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16187 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16188 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16189 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16190 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16191 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16192 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16193 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16194 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16195 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16196 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16197 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16198 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16199 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16200 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16201 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16202 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16203 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16204 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16205 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16206 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16207 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16208 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16209 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16210 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16211 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16212 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16213 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16214 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16215 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16216 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16217 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16218 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16219 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16220 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16221 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16222 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16223 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16224 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16225 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16226 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16227 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16228 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16229 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16230 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16231 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16232 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16233 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16234 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16235 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16236 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16237 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16238 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16239 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16240 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16241 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16242 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16243 + } + ] + }, + "minecraft:blackstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16244 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16245 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16246 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16247, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16248 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16249 + } + ] + }, + "minecraft:polished_blackstone": { + "states": [ + { + "id": 16250, + "default": true + } + ] + }, + "minecraft:polished_blackstone_bricks": { + "states": [ + { + "id": 16251, + "default": true + } + ] + }, + "minecraft:cracked_polished_blackstone_bricks": { + "states": [ + { + "id": 16252, + "default": true + } + ] + }, + "minecraft:chiseled_polished_blackstone": { + "states": [ + { + "id": 16253, + "default": true + } + ] + }, + "minecraft:polished_blackstone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16254 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16255 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16256 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16257, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16258 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16259 + } + ] + }, + "minecraft:polished_blackstone_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": 16260 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16261 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16262 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16263 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16264 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16265 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16266 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16267 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16268 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16269 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16270 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16271, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16272 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16273 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16274 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16275 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16276 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16277 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16278 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16279 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16280 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16281 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16282 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16283 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16284 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16285 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16286 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16287 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16288 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16289 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16290 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16291 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16292 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16293 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16294 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16295 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16296 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16297 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16298 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16299 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16300 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16301 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16302 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16303 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16304 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16305 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16306 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16307 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16308 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16309 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16310 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16311 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16312 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16313 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16314 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16315 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16316 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16317 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16318 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16319 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16320 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16321 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16322 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16323 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16324 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16325 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16326 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16327 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16328 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16329 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16330 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16331 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16332 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16333 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16334 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16335 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16336 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16337 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16338 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16339 + } + ] + }, + "minecraft:polished_blackstone_brick_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16340 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16341 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16342 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16343, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16344 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16345 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16346 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16347 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16348 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16349 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16350 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16351 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16352 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16353 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16354 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16355 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16356 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16357 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16358 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16359 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16360 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16361 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16362 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16363 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16364 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16365 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16366 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16367 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16368 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16369 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16370 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16371 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16372 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16373 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16374 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16375 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16376 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16377 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16378 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16379 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16380 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16381 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16382 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16383 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16384 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16385 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16386 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16387 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16388 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16389 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16390 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16391 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16392 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16393 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16394 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16395 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16396 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16397 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16398 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16399 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16400 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16401 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16402 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16403 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16404 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16405 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16406 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16407 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16408 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16409 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16410 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16411 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16412 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16413 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16414 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16415 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16416 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16417 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16418 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16419 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16420 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16421 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16422 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16423 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16424 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16425 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16426 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16427 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16428 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16429 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16430 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16431 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16432 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16433 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16434 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16435 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16436 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16437 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16438 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16439 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16440 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16441 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16442 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16443 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16444 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16445 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16446 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16447 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16448 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16449 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16450 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16451 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16452 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16453 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16454 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16455 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16456 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16457 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16458 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16459 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16460 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16461 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16462 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16463 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16464 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16465 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16466 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16467 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16468 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16469 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16470 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16471 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16472 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16473 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16474 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16475 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16476 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16477 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16478 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16479 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16480 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16481 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16482 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16483 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16484 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16485 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16486 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16487 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16488 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16489 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16490 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16491 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16492 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16493 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16494 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16495 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16496 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16497 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16498 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16499 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16500 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16501 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16502 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16503 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16504 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16505 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16506 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16507 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16508 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16509 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16510 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16511 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16512 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16513 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16514 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16515 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16516 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16517 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16518 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16519 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16520 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16521 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16522 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16523 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16524 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16525 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16526 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16527 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16528 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16529 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16530 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16531 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16532 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16533 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16534 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16535 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16536 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16537 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16538 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16539 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16540 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16541 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16542 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16543 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16544 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16545 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16546 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16547 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16548 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16549 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16550 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16551 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16552 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16553 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16554 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16555 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16556 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16557 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16558 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16559 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16560 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16561 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16562 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16563 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16564 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16565 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16566 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16567 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16568 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16569 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16570 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16571 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16572 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16573 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16574 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16575 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16576 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16577 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16578 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16579 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16580 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16581 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16582 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16583 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16584 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16585 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16586 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16587 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16588 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16589 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16590 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16591 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16592 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16593 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16594 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16595 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16596 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16597 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16598 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16599 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16600 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16601 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16602 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16603 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16604 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16605 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16606 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16607 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16608 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16609 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16610 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16611 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16612 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16613 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16614 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16615 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16616 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16617 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16618 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16619 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16620 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16621 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16622 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16623 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16624 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16625 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16626 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16627 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16628 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16629 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16630 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16631 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16632 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16633 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16634 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16635 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16636 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16637 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16638 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16639 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16640 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16641 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16642 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16643 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16644 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16645 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16646 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16647 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16648 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16649 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16650 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16651 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16652 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16653 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16654 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16655 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16656 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16657 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16658 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16659 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16660 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16661 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16662 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16663 + } + ] + }, + "minecraft:gilded_blackstone": { + "states": [ + { + "id": 16664, + "default": true + } + ] + }, + "minecraft:polished_blackstone_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": 16665 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16666 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16667 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16668 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16669 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16670 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16671 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16672 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16673 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16674 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16675 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16676, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16677 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16678 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16679 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16680 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16681 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16682 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16683 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16684 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16685 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16686 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16687 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16688 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16689 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16690 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16691 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16692 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16693 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16694 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16695 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16696 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16697 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16698 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16699 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16700 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16701 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16702 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16703 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16704 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16705 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16706 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16707 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16708 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16709 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16710 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16711 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16712 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16713 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16714 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16715 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16716 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16717 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16718 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16719 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16720 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16721 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16722 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16723 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16724 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16725 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16726 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16727 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16728 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16729 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16730 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16731 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16732 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16733 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16734 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 16735 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 16736 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 16737 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 16738 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 16739 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 16740 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 16741 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 16742 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 16743 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 16744 + } + ] + }, + "minecraft:polished_blackstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 16745 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 16746 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 16747 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 16748, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 16749 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 16750 + } + ] + }, + "minecraft:polished_blackstone_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 16751 + }, + { + "properties": { + "powered": "false" + }, + "id": 16752, + "default": true + } + ] + }, + "minecraft:polished_blackstone_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 16753 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 16754 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 16755 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 16756 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 16757 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 16758 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 16759 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 16760 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 16761 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 16762, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 16763 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 16764 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 16765 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 16766 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 16767 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 16768 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 16769 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 16770 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 16771 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 16772 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 16773 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 16774 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 16775 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 16776 + } + ] + }, + "minecraft:polished_blackstone_wall": { + "properties": { + "east": [ + "none", + "low", + "tall" + ], + "north": [ + "none", + "low", + "tall" + ], + "south": [ + "none", + "low", + "tall" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "none", + "low", + "tall" + ] + }, + "states": [ + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16777 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16778 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16779 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16780, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16781 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16782 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16783 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16784 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16785 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16786 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16787 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16788 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16789 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16790 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16791 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16792 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16793 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16794 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16795 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16796 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16797 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16798 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16799 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16800 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16801 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16802 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16803 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16804 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16805 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16806 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16807 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16808 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16809 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16810 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16811 + }, + { + "properties": { + "east": "none", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16812 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16813 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16814 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16815 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16816 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16817 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16818 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16819 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16820 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16821 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16822 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16823 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16824 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16825 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16826 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16827 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16828 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16829 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16830 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16831 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16832 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16833 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16834 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16835 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16836 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16837 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16838 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16839 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16840 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16841 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16842 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16843 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16844 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16845 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16846 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16847 + }, + { + "properties": { + "east": "none", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16848 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16849 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16850 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16851 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16852 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16853 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16854 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16855 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16856 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16857 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16858 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16859 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16860 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16861 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16862 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16863 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16864 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16865 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16866 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16867 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16868 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16869 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16870 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16871 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16872 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16873 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16874 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16875 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16876 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16877 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16878 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16879 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16880 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16881 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16882 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16883 + }, + { + "properties": { + "east": "none", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16884 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16885 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16886 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16887 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16888 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16889 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16890 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16891 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16892 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16893 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16894 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16895 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16896 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16897 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16898 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16899 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16900 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16901 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16902 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16903 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16904 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16905 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16906 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16907 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16908 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16909 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16910 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16911 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16912 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16913 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16914 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16915 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16916 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16917 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16918 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16919 + }, + { + "properties": { + "east": "low", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16920 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16921 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16922 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16923 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16924 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16925 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16926 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16927 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16928 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16929 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16930 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16931 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16932 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16933 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16934 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16935 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16936 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16937 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16938 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16939 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16940 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16941 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16942 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16943 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16944 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16945 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16946 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16947 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16948 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16949 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16950 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16951 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16952 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16953 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16954 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16955 + }, + { + "properties": { + "east": "low", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16956 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16957 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16958 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16959 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16960 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16961 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16962 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16963 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16964 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16965 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16966 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16967 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16968 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16969 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16970 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16971 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16972 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16973 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16974 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16975 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16976 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16977 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16978 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16979 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16980 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16981 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16982 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16983 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16984 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16985 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16986 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16987 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 16988 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 16989 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 16990 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 16991 + }, + { + "properties": { + "east": "low", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 16992 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 16993 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 16994 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 16995 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 16996 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 16997 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 16998 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 16999 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17000 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17001 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17002 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17003 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17004 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17005 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17006 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17007 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17008 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17009 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17010 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17011 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17012 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17013 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17014 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17015 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17016 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17017 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17018 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17019 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17020 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17021 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17022 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17023 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17024 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17025 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17026 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17027 + }, + { + "properties": { + "east": "tall", + "north": "none", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17028 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17029 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17030 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17031 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17032 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17033 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17034 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17035 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17036 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17037 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17038 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17039 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17040 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17041 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17042 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17043 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17044 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17045 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17046 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17047 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17048 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17049 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17050 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17051 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17052 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17053 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17054 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17055 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17056 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17057 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17058 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17059 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17060 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17061 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17062 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17063 + }, + { + "properties": { + "east": "tall", + "north": "low", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17064 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17065 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17066 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17067 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17068 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17069 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17070 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17071 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17072 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17073 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17074 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17075 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "none", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17076 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17077 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17078 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17079 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17080 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17081 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17082 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17083 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17084 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17085 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17086 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17087 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "low", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17088 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "none" + }, + "id": 17089 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "low" + }, + "id": 17090 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "true", + "west": "tall" + }, + "id": 17091 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "none" + }, + "id": 17092 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "low" + }, + "id": 17093 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "true", + "waterlogged": "false", + "west": "tall" + }, + "id": 17094 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "none" + }, + "id": 17095 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "low" + }, + "id": 17096 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "true", + "west": "tall" + }, + "id": 17097 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "none" + }, + "id": 17098 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "low" + }, + "id": 17099 + }, + { + "properties": { + "east": "tall", + "north": "tall", + "south": "tall", + "up": "false", + "waterlogged": "false", + "west": "tall" + }, + "id": 17100 + } + ] + }, + "minecraft:chiseled_nether_bricks": { + "states": [ + { + "id": 17101, + "default": true + } + ] + }, + "minecraft:cracked_nether_bricks": { + "states": [ + { + "id": 17102, + "default": true + } + ] + }, + "minecraft:quartz_bricks": { + "states": [ + { + "id": 17103, + "default": true + } + ] + } +} \ No newline at end of file diff --git a/target/classes/com/loohp/limbo/Console$ConsoleOutputStream.class b/target/classes/com/loohp/limbo/Console$ConsoleOutputStream.class new file mode 100644 index 0000000000000000000000000000000000000000..8455bce8ba5b8bf3a05c4ce16e0ebd749f93b819 GIT binary patch literal 1117 zcmZ`&YflqV5Is{WTb32DKr09cTA>eMrQ(a?BVquPf+iReV*IesD_pa?x7ml`Z}~x* zNa7FhM;YfXDD<#6I$`z$_ zeIG~dINFN>;dlnJgwe0gH^-LB{t!q%brAZa6B(8s5+<5G02>^%E`1rjB-G12qniKV zuM#&Z`-JRy7hxg>Qiw7(APJ>Z%4Jrga-sjKHUkTUVuF6<`b{j|mI!jF5a^SMc}!`uXkiJ8^u@x z$`z-er^qIm^>Y*t@)I50Imh%t2Y1hKZ>M^W`Gb79gX-cLYI&PYjsIs@>EQ8o?j~dJ pU literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Console.class b/target/classes/com/loohp/limbo/Console.class new file mode 100644 index 0000000000000000000000000000000000000000..ded4fa43de40ac5bf3547e1c7a5e229f945671f8 GIT binary patch literal 3573 zcma)9Yj7J^75=Uzdo5*~GIgP!yvxhl`Pqo80@jU zd(S=JIrlrStC#=t;!Obi@J9tr0(WH0Tr6vvv-wz7&rO-JglX7jRw@Vz+b1Ghk?E)>fbf_e-t$NbchYAs+Q-y+7_Z*!9 zn^L+VM+&(qX^m-9St-z#GBa9sT(fldy}TH7W_4R2($Hyv4Yo9n@>tD8pB}~32sA;AE7M2N5xxkP@t9R zIPLN&u%$P;-s3Rt#UTZ673f(T`;(5IwPT5b?U*^AEpJ7|+i;)2W;>tN-GnBKW9E=G z!%+0pBly&Mqpdj1OeStVj3c;T!O_+En1ay zzmBfIE4Fqs(Z(>Y;A9<|8>pyw2=5dK({v)MOT!_*ZIuWX7@Am0x1IO~OyabHQvw^k zq*{@vco>f`{<$ZAS;DI`$Zvyj1!o$c z%6GlWS{M?uDs-F`2)V49nK?=1_KI(YbYlJ@Im?2zlw(8i9IJ{{m~QK9&SXtnhVU3{ z1w3G9)&GoXWD1r=+G1mRPM&15RpFo@pbjTfsbu>g%no@N!ZllhHb>3ckXUs}&?> zH7m^um#jtx{0P3L;_LVZ4|LXar|Z$$jX<&GVa}`PRosPcH?J?N_yK;%LR=|X2H7D)2O2kuwe`{MFL;Xa z5U${wf~x|1*Y>D#)A(QNDt?R?NaXR<(1gJLb#3ndfZ(aGpr~RIOC-*3#B0WAIo?sW zUy0|#SaxgSCpEJ)Il58+#BisPWT|fR%Z|6E)#EYF;?muF6cK78?DI`&OU7%40_*#B zg9A}XFbG{WW2jzra$EJXR^v3+Z}WOIyNn1^F-gkBHEYG(RU4ZUdN8Bp88IHb`T8g6+vtxNCaDXBfAsZ(Z$s+ABd*k zz&D`NGc3F(*K`w2GOx>qhdkGSP~QvK(O<-_s*x~7zz(YH^ng3O_s|M(2z}@$jKBak z`fyE?Lkv?L5Z;dO> z3%D!NTyf=KFcK`{``7TJBCcOVC=#T~4Oi|N{>wsX*YH3QFD{fiNzw=h{3K^bJ6^@# zSvLU^2t2}gfiY>vE=H;cyqmHsMsbWZj*!BKFo@IG4UO+}lohZC^VrJ)u@BE+KQ7~L zT*U$W3HRWyyaN7>&#&ST{=r+@zZlUjqMz_m>$P%-+VKj0ikl40cKjJXBd1NY*n^+r z7xd{gL-kAiil3Kp*b8NV*jqelkf=dQe@%_w5cdg$|BZG9gC#oOtU&Nl!Arc^KMItn zR9#cRZ&h49rr`0G60@@^s%*aDGp=<^^!^7U(d+z!1o$s7;^Y81wUjbObo`Q(LeA8(c zEysD>DOzTG-zjdImf6ms)AQfEoJku&Z&^x>v*)dzT?)6+6t`6T;f}#mw zbK33*1SVC)aUsdwWffO2C7`;7<>&_iHv;*bRy!Yo#GI;`wo&i3_YJq9?@QX!HK(at zySi)2^FSE$9-Cc(+<6@leY?~1NU))| zlbFE`nYSu+=T$5qM@nRt0@?|?A(OIpx+n_r0;7J6<5EioZ>ms`NMa02DvFZZREK3{ zY`yuk;p$DY5It;L0#mhjq(J5bwWf#ae5#7n8ugvB#|A`3TLwGy_8^6K^iL5HhY!xsYaZpSi-ci{~G+K(X| zgSof}4R=+nVx2=Awi!&x88u2`1Dgu&u?T*ld`f%*RD3D@#F~27Q*d7(bD|I$lqfq( zcJ0aK01Ri&H8|0BcbA{|%N=LYhKt2va&ItFT zl*D)%!#H=_lt`;o{sC*EE%R&2^m4CTNz%`;=q@Gkk!nJV^~1 zm;}g&hO2b`8)edY?j^469pQQ{UwDa`z5JiJbcDG+KKuvT3lyFqQ7iPZn14c`Q+9;$y?W0sDvO*~qy%m3k>{M)VGQRv5?nFSCrP!}=F&STc6+8I-&3`v} zDYwCOAJyk|5rDsgyVxQC34WHa!DRS;k@Y!baD(d{-;sH0EnpovKankJfW3W8LK@Q)3xBylv1XD2%lHp7KCHNqtEMDSM5K cf?WlgNWUSHiz9bkaCpiW|9o-?yS4B zO9Zp!u-FCRgN|@o8nb~7z1~PWq%s7^r)!-ATyVTfY zgcC+;EZo2QQZw!d)NhOR_wCx;8SCD)y*oD0-xurVV)V$tn3J(mV;ut3TkKTUF;dQu zk;s{TR0$lsyn&ZwEj!iFetAR6NSY1p4UI$H+hdXbzQ%@@hIGbu?6{q1Xm1?Y-apvC zr9axZpUVkjFX<#v(wO9CZ|C^~(avEKHnud_sf3jxr^f!iXr!-uOEl8mHyD$2BW5<9 zvC@vZu(7v)u&c49v8Qt=vPE8(v`4Jes4clVd(#q1Pj8eUxE{5#PDA?z7wz9K;2WiW z1ZrFvEmvQZFF+^*E-(QR;X>Bcp`D?g{O%-@7N|;?d(1>1rKR$trP|-&Scz;{?q<_Q z+#EUA+$)urjgOm2X&INUM)Byfl4eS(PoQ?h95r$Y=Nu9eFjrR11Mj~NP^dzjYaVc!lc1E^k zC9dkcfn7J?R>7nK+NiO|ipxVsxw_0z^l-m2kCEVARWWNUWjMJErCH~3WTU%gOgLdH zX^ffS&AHK0lK>-f*0G5!DmPjw%h@EbxM{AvRu579?#Z~RuA_UOB(OwzEiD@9pWUIo zw@_IDlw-Ay1~dzlH?1D3fzhw3nm zWB@1QRLS)OdG<6N>v1|SOxVVVz=|V?i%2@$yU);ZEUNvWh>PfVt@((MY|hlN31@MA z%yjZ#_6nSo=ca-;ACs$Hl@u=p(1|S?HdA3oLO7Cg%rP^gqYK^Af<`7wDQM@VUQ8oW zH|OZkB|e71BG>a<(~JYTb*_#Yxz$Sp=eMl1-00U)i%LIUOUo$tZj~9qj~HF7BY+(^ zPXn!1l!RP4bexZ2fr@N8VG-0SFHjfE7gfUrboy5jegW*nMbb(aFCek5B zw~l%#2W?pE$}v)iQ@K5=V+j`fF-}qPLEAc(k6L-vr8+J{g04&ZG5G0RO`e8IA+3So zcbvBfg)rCgI%H_I(TtsRbH_R_1+0CC21kV1K$rllwGdL3`Tl|)S)oF{XXz$vc^wK^PDzhv}A zT&>|vb6lp&&h1W^IAU0T4lT>)H&w`zC`jd>&@dKjYA#@lc`eN{10D+}=G z(Qu={%6a0Jrq=*&z)jN8Zf0R2Xwqf z?tO^)OJ;w$_F)}I%RsoBxjtV8nBFrdIrJ2>@fRs$=zmVP-;xJyo~0=kdd+EJiq93#w~j4s(GR8*zYV`JniQ!8y37}wmiFXDBb1T`9=?-LLXn;&{t>kB{omTMzPc+^T}lQ?5DS> z=K-DH%5Iv?d{wHi~;ow zq(j8)TqbV1)?Avm(`>}9l}QyVS!2riz^y|N6{zG)N#e!&+&;| z@p0CORY3WP#8U@|Ynu#5)*MFb@F9eITMpyo;WdZQHjQ=7i_4yy!iMIS`u1sT zoWa>s=;35*VX}>rC?`|sYpEaLpnm%_2K$;1W9M*ddD|geIE7u!t-iJ?7;3SlKF(8W z-OMkHxeL>tkPAL1^D}p{>+YGKcqcZ5LPy>I^SE&YppikrA z%^UQf&#wm6WPZbNuwq5!3jd10a(#LAA-sJGw-E2GCKw61^ zJ~W{UtLYQXe15giifeHS!hCO?jIA6Eq7A!oDlDwSKAeV|`Jg+1)7iajz(Y6#kD?t< zpo7(TBc8^Yc#)JZ@vY{^*`gku;uvfZtI#FF=n?C2j@X8+BE~n=5Vnbn5fyPhnl3}X zNMS(i;X7$R2E{de82y~+ZseFw^mVpHMDAYN&Wv%d3kwRnOb`Uc!d|}3!jn1 z&+9dmNuEec0_=%*e>AMF;P%#6B`G!ls?NZwur3fNOGJ2 zDWzpAP)dQ8y`_|;lmbaeWQVknZgi%zbT-?aWIpH9 zyURJ}o_n@??z#EauU>xx!1?l)fso*YgfkIMInMZGG?knfaiVekH4qlm-e~QxqA4pq z7VR6k(N5$9RmpTVXQdOi;H3DxnC*fESv#}C&Ine_0U2;-qTZ*=NvBCQ>7nRTwPATQQ`& zxY$HBB2}PHkN50%bT;^rGEi@d zwED5xz?I~8UH}sV7$h5{xY^D+Q<;R_ne|jaPo8g!1!N`hau()9Rij5JBVAMb&So26zG-0cARwhzTmKHFEqyg^E^J!Q6gX0-zT0PRl zjo2nQ&KeyZn3|l-*x9T-%FUL_u>j0S5y4{67t%_9(WGb9R$|*=#!A=*CI!vqt~GB& zioiie&5{Ond{HI}%SF`Ar%WtDt$}F*xRQ6hdV`f6-(*cjumdMYa1(AZaB~3QZY-A0 z*<&_I@5Toitan(cDZ6j0YBpACa6T9{`ys)(ekb6MJeem7X@(d@XjjS(}J zuEB?KyMd2Taz*CIn29@ZC*6lpL2yy25WSPBy~ODKky5t&p$P8AJqA8Hk2L3H&BVR9 zk4}~?a%smHr|NtLT+xv`iq^pWg7c4R!vi@UQrTE~v%P)F&gKj}AXsxunEjNM?&U!f z4=IB+WH6v=;FE$2j)7d?l=}N54=5ViBS)(>Z#m-jJ035OnRr}zF$=tK(!i5P%S_xE zOQvIK_e0_to-cRf(J7*v1DNH(b}LQ1Tr=7+R^I5M;n;5rqe|M91yf0^#)vH^F&vWz|65I zjRfedUE@<}%I=_G?XfIfqVGe3OO6Hgs>x9+XAdRq>Eh16e6)Vy3r;_FCYIjH)cnn3 zl-j_!GwtCIFv>Cy{mL;C@Q^!4k|`RlO#)vNoO3J^2rTa#Cf*AC+25FEy}xDRxA83| zhbd+;-S$>%DwT6HbHSPOa21<4<_pFzs>ax)#alK(3cKgM5sd8jY(HKnI(aFdyHA1c*B1aISSP5d2x!hDQNGV^1e+pWX@VB#Nx z;b9&4sfm9M2B?6y@vkQS4gc=(I&3j3A!?6K{HKZk(g{tG`;)oExDNhYbDRHG^}HuX z-QC?iJ(^TG_=So8#XD3mgI%eD&z?(Rj^5mJ{Z~{{xyb!&!TS`iv0RS|7E#&jb<3NN zF|Bf>!j!O7dWPnW_d6LTGu&=0f?tZkok^7@R3)j5FaDUDx=F-@fht~e#5CnN%@iv# zQ%py~x$z|Py#?7x&!+0;Qs4zE%OrAPA!TlAUIsfn|iyZPKNLH%%W-B(;QhkN0W2)K(Xjx@xHrjGPv{J za3o(HC3_E&(UKweTGg>?&XT@DkIYP27tqSUd#rG* zHAZAPF6ED`HYF4gxX7UY0oBo+U-?xE-j^TtCMM*){2S}mh+Y7 z+A>l>*e#JkIjIYkRNBdr+*EpWiITe5ls4URRnGCCBhn$47{dE_p_Ec`nK$K9y^$O4 z4Jwt6NT+levW^$8w4IAG-_G0=O^@WFyw~-v8`Q{YO1G@153$t1&9CykkMrK0DLxmE z@*W+u#@Zutxx@_Fz)SaU1Ttl#@b<2Om?+-${7B%OH5OHBhHMg?K6kFmnV3{*5GEph za-|{tJQd3Wk{6C$9rK7vn6g<0D2ANlP6+zvi7I7VQ$|V_qt54F#HC2RUq!ohOADjE z=Bs22H`q9x%#AnZ#_h(eTBvg4S)6*jj_~VR3U~XSD^S6O5Lzs`X(?hZXR53Ds&hpO z#UQOpo=d?G0N$qvOy`V{3%`sdICUOWf0Cfp1a-y3Xj~T@xo*VtOO$Ko4E|q*Nmki} z#e@doUAw_oqD!&MNu~Va>53s{K{9SiQf{QDBy)Dg$~i0s70NCyM$8{?uaT6b4WTCL ziaAp-Yl?I*_2zfhGvXg*? z-Q2_?be8#AQ`^l=iqh29)I79)^FXYxx4EgMiRHbVlW|3IUZhQrDs!|OmJMeZ)&^t`rW&$>}Qn|~NyM@&ZBV&_mEy{P7iji4&Wv zO?e_nmo`~DHEZDRtK=yjWo5G0?CCS6JS`)>v!;@EI+s>z zqSP<%d{$d>!Wy%qlY9&qp_yNBev1;_W6ECju?kATkk_P#o%l+e z*Ft!I4K=k?3GbrS1uL%--Yh|J>t^}!#2XoKi^&?JDR}phVYO};O9)!Qr>IIq^tpkp zkS4h9m$i8J%a;X09p|)8tvVlhr+Yb{&k0LCH63{Kk1W(cS9 zH^MKlhKrnw)7Vm?1jFe#gWqbLiAIhniL=}p65WR-d)W8z7r3KqU0kKa=z~+rmk;kJ z-5R1iv2q4WS02Jy!!tPh0G6$M4NKTvF}x3}_F>Ho)*iq`b#3uO=onr#gG)BGvv$wTk7Q5-N+(bK0M*uG?3;uC%+qc5P`lU%RBVJ6qdW+I_wDveNFCYR@a}zERs<+C5ymrnLLj z+JzUZZ{)jqd_RxBY>4FXH~RDU`twiv z^Dp}IA2aw_9{)p4|8m$vc-Q?%Xhs$skZN`=%1g~&dR&aJGov)(4s7Qia3Raw_tJyH zuB&{9UIcWq_da^tI(k?)ouUWJ_+oVqHV`_-zm24E1@1!}51r1209Fkx&KBufU#d7(#cOv&AZ%dMFB|X7KgcM7T?Na8PydgW59zNq&!P%W~hoY zE-_SH#4vV9mJip<${A_#r}NTUFKhVg_VL}koL4Uwu%8#2Uc2lG#_|1CvvOHpdJao` zR(dxThz$nBeB_~km^2s2v}jbWa830L3K4u6T7&MmmdZXyX3utq|zrZ za=pBNF0xdYBR@JX@(uEVxyZPv9Qnz4ku4da65W$h5-$4}aO=vxsV5P)uxv&~%V|Ab zLdy(xp*2CDkw-`~tfEl-gTgB;kC;b!jVpnO)~4|_n*=H>H`;bPAXUJfi*IQ;5i*;g<7XC+Uot(Px(w!4W8yg_;08Giu_ zwOucV-DQiyI+qCqnWw~GVcdNc&DewU8C83*57%Qq-;@vFVdU`?X7Ds-@e&S|2=ZlL kkYT(iUv&lfFyq75*z%0L8liXaGy?=Hzw&i16q0ZJ8l3qKY5)KL literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Location/Location.class b/target/classes/com/loohp/limbo/Location/Location.class new file mode 100644 index 0000000000000000000000000000000000000000..ab2b6ba517ffc45ba714028d8b05c98e72872411 GIT binary patch literal 2110 zcma);YfsZ)6vzJ$lmeqe#0e7xK^)tPGB0>n6q$<}L=z2)@5X4PW~|E?-oBAL?6LC913C zhAZdbk4AIT-By_XgY%EFG4ttvrjuVykYPr$*vEQQs$PvZXL9-fir@FlY3eF7jTo2T z+t9Zi8c+V6OIMhopXj=>a|T^`FmlCTpVs_8ilE_B|3qQ(v?lFkL)c)Gj{0cibl(K{ zf!}k%3DgwXqvOTuC2qZ{ICUAt?Ot#=j_=wmNu5@_=EI$O-D@ z?KCP*$(3#G@M!eEMa-CP5c4=09i$h>IDY0;9iq9rFqOU?=95Ixx~zK3{v%P0xT zto<4L?b$X`cCL*PJ8iU)w$o-CWA_-n2VpQ&KSK>-KT;UR z7!L4z3NtuJNZ>ZH7@qdil%ff)(wYEwX-$v~tqHWGla&G2cVuP2d52&h53nn;2((Jt zv$?d9HU|biBeM&a&|%YbJES4zc`1!Uh-3(n)KwFRq->dnNb2AM$uLx=6{c?n=_{PXTnN$?f{eV6WRZ^rDd1EH((O;9o#pUE zK~D0zxeg#Q0#bp~u^{Ov$mv*+Gw~qlD9Aa2obLc4%@>ffu^?knkV~;3^YI{KQIKl{ zS?B;FgDoKEi0bd?-WfUaF4CICSda_27&!0F$TYV&3UZ4er4Asne*$tT7Gxp{awit# zay-bM9}<68?-69B1Bk4@8d~HwUg02LWdRIgUDLl`8I36W^9k3Z`@{bZbhSXEMXlZZ E37ORxc>n+a literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/ClientConnection$ClientState.class b/target/classes/com/loohp/limbo/Server/ClientConnection$ClientState.class new file mode 100644 index 0000000000000000000000000000000000000000..2c780f889711d0ea008dfe7a433fd82b2c60d700 GIT binary patch literal 1415 zcmbVMZBNrs7(JJ6>ozLj6y!}5LD>c}k#{!<%b2h*Hj|Deji0(%M@iR`t|Q^M_$PFH zfM_Is_D30?dzsLfkeKyD?>#rq%Q;Wa?XTb8t^llHOGY2Va@}dBEXO%INm*vI=A=}^ zJvH1^&N2<#%Q?1f)IHO&XRi-bPxlNN0fvEN{Zvm`y4^_S?RJwPvX?FGsC(J{Ji}_S zhq7sgkXp%B4poL=vAkO-F$CThvl@f4Q&4l|QYoLSeO( zlVfohg@hO}^^VLIkvr9`wn3YXc%ru{M6rNH87~=zeCp0xp3zj0!Ylf&y6fs^b?4-a zA?cq%xpqw6NEdu#`FlijVUPv6@+XFZKdn2uL{A@$%U@BjgjF(`ziQ6XTdlN@%1xVF zS=^^&vZ(5`-MaD4Z%5!`8jFOEJ5?vb;v7C+b_&S}D+das^kTB_qQy z_n#MqOz*pa+e_pdiLP;IdyHETpp{%FRx+Ge$!lUIn*l@P++>syAVc260Ob!7`b?NV zjqhMuY)HDm{c{Wp@F*a_r~utkfTywm)8QXfLF!;w)dC%is#>sv2~`Vq zFr{j82h-{~X1-FZK0K%QI46a5qOw8zP0Zm9{gcwjVht}u6py4E*d@9|a=BnRIX`)U zx!Xb^3P3kW5qlYNQ9ObKlHK$*ni5YR>0n0Nmy%anhVwm;CN43*@I^G_w63eM8wwG! q+UstOBoX4hqA`}d#PUzDyYnPs#09LAJicy{Jj$eeMk3#CkNp8h>Pd0{ literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/ClientConnection.class b/target/classes/com/loohp/limbo/Server/ClientConnection.class new file mode 100644 index 0000000000000000000000000000000000000000..cbce48e33fbd50ad9afd63f408ec744586d39c9f GIT binary patch literal 16538 zcmb_@34B!5z5nlbX1STk4TOXMgHoafOad50M4TWc5F&#iK@y;WDjkwb7?{k&nF)y6 zx?(q%y49t%b$LRS+Cr2`Fo@dCK8xDE+Pb#=+h<*>@3pnSBATn7(MU0!-Wlzw3rC}yd+WlXo{iDEHY2vph}A6#hm1&K zNi-5MIuoI2L?b6t>6YNOU|l#E>8@+v95aGlOeLM>zzy+e=T;-ZG_Khk6EPBXZRV?b zCN0(%iG(8EOuUZC6;A{c2GiNi1uk7>;nF740IjGmZp0$N9)Kvb7BdlQOT@4QzB~K+ zLO`t4`qq~Sh3i(Y4m8TlaI`Zh#4w#UV)17CTV3h_6UK*w@x%p&(c2IXZ8KH|cQi+Z zW?s(JQq{IL(7t5ZhW3WV%}c95N|njQDwB&<78k2l28Ane`@Sp~>56X-ZUvr!NLA{W z(Y~V>w5as~ritA~qB-xHj_Mk$>Rb}-GCaiO(`g))F^z2wMU0ldo{dJVJ-9J!@&ts0 z*92oB`E9>+CN_uSOf@5@K900O`^5P1P;pi-uUP}B_NMqzELf*mJFR-;GO4e_%oQT4 zbQ(*gOvSQPdj9n45m=@^4o?>ZWZBheT^NsLht<>823e(6r()89uM9U;qbxOaSUF_i z89J5F7$*0EP$ZOC2=P~sQ0AI7UUJYJo$BZ;CJ1GX%sg8s7rB|nV2KQ6WjZGhFOI|V zEG-wH=j!AkFOvsAEmLADPhp;AU!G8WRm#GE(mI*_ah)_OvY50qk_aVs1faS28t~E* zTB=baQ$?-;Hj4+)sfo_FCI%v~)kr6_%9n=_b9B9c3+S|*E&zIhs_8$59S75lJacU( zn3o;mb&RxS~qTi|EsToZ9+>UT`P=uJlG9}WR0@5O_XCjU8K<`nWl?`db&28 zUAM6>(rp-Z!QN0^=jLFduHCp4ezm7J8i9k=>0;UdoHoUxJl%ZJU~6BZw=V(a7{MMdg$XgL2Ocpe{^%5?Uc82WWKICAlq~^V<`-}; zL@}{&Xp+yCL+%(MxsPdft_9h8ZTtN?>%KA^+<_IAK>A+VPCGQZ6olu>(o~ML3;`$< z42Lc=fXQWaIf7RrYUzO}N8utJ=@T{jbe0iFaP-m@bfu7d72W|cv%nVYUc4h=fQ8QLn)Qpl^m+QCMqgm6%w^eXMCiCFPzi*AR-JC3 z8)0tSW1)nBI2MS&9zHfKhg{Lu2W06G-K^7>=oa8_P82%UFP1O2(H$Dy4(F88oj~i- zOFNBTNd$EIviR|_y~rJ)Nr=|%v7q?7nu0luco8)fk!iBUlRWB)cGpbby95 zdV*=%ad?w$&N>~WCoR;|Ia~la<+v2;W^4iff%H>^H2Z0MGkIZ#6zH?jEoS{4`Yz(m zwqUr=khn9UI*^&c*uxOGzE96;^aIG%gpmTS(+}z25z%32ITo6VSr(Hr!c_2`Z^QQ7_K7V7{(XIlW=| zE9k^4^h=$7MgI?^fW@iNcCy}h{FEkJS5ouxr2Np1U(;I}{U_6+(PNxlKIrrtYJf6D zV_l(0Ff7*oj!y52(Yo8(8`@X5iIV?Tr}ss3C2@w2Nc6=6h?)PzG`FDjQ&UzMm-HEN zgt8yg?{xY-{Q-;MRWJ-^pOqG+@Q&6U+M1}{S8^VsZKfHbvi=T7NyIg@k9&CMK2u%hv-)A*p+6#PWDF;^kA=feY=_ zxQ6M>QLGh+tOP|G&nVP&ScU);S4Jbld>*4N zm0Z?}Y|TcbJF!`ORzTv|9$ut#gADP+w}yJn1We;4g|gmW%DjO_Xdo}GG^E#VF^bWIpFoYayaYDH_l8dui#ZWw{bfHtaOAVm2E;LWoMq_B?Gj=ml-w9 zHju_>9h_T`dYFuWm@S6%b#}rfd3iN|0&-<&_cYtYhk<9rO50f=DdE+$Q{?52KYO=CnoUtsKs**H^}(y+$k%l7zh`PjG7rg$=tk zI6SmoW28NWnVMY#nXE*#hD|np7 zpGFHYSBI>{vW9#4O1@g-tMarn)<$FDuDV8uITA-DvdZX&M~m&y`5L~~s-L9S2hpDb z%p|%Y=*BLqi)>8PC4${ZxKKj(MY`I9-6mN(b-rH68kZs~4Oxi(oX($@&{Bf0D}t9= z1`J(}@fUTzL7Y+S?f)l; zk2IH&ZTXc- z!~AlmSgxfFTP5a`&i}zbMF|0J$vcVhE23Ml4`t!bv^a0J{ZF7)39M8S348n*Q*Z8+ z6EerlgTz(Ze33`#FXa40&0-11elN?~QFMowU*=aeeg%!%+@*7PkcF+zuSq^Edl~{w zpuC~;FXWvBwzg1r1od6a@bXLiE0GN9*wgdyXr#YI^M-$2XvS!}42wFU-otP4+Zz9d z>HJ)BM$O3vbK_CxclceT!VQg$8zgaBx{4_TP41H&$yT%d7!2$DJN`YWi*9P^3x};8JUF=F4oRwpwq9k;g;)H5Kh*h;{3j%L zMo({IhjfuLGv3rP82TRnkLUr4>ODfcKBv=(dF7z!ga8*%4(&4-_No_F~0^O{0c(K31^ zPJ^=jlJ$Fs89F@5qjX)BC~S!84b9E1Yd17CcLZ8c2Cn=FoIlZ0^dg!6XzqBFEb<$Zm65 z+!%&etEPBWtzcX$7}xSaO`SQKY&Q@|Zz*`yY=JhLXBDZl!RJM-QmC-JacP{y*M_7mlhqAPH3ZfbDRg9bL6KUDZrj326y)lBT`f}q z3pRQ~@u-~SI4Ms}Vt<6mT%cBHsu?*^Es!grd6uK!Hkt+37S8LQ-xVDJ7Kb?Kr!VXfX>(vSYvQAg)#p7vc7q(!0k-7-Y zoDmk+6^f^g4h9xh8+7$4*^hH|hNE$ub9qp0)K#bSO!US;8+sotOP91SZ4{~uU2QTu z&oPw$+YC*C-PR7D*&HG^k)?qG(cZwbPWsqKq=t83FxG+EA7z3ygK2(YE2bNf=_D2clJ+d@ zb~F&I4k*wlkka(J(g4LYXB->V;Iygx1!Hgaf&vk%yCzlxNLt)#vmrDVMu0gxr$+}k z+>3m71cbajCBc77G=xr8fjkpums(MlLY42@F5MjT@#;Yrnbq3^)iNj*`RNqYoeu2z6p@m{sCZIx0@S?Y z9I1K7Iau?KW3J{Mr*F+WjuI1<>VBHE4^N6@wikDz79iScLYQFwcH0mHdL>Xo ztOQx7+OX=(-xeaL?M;KS5LuNMk!dvDp1cqX$dc~b8T;w9TtwCYk+sJ`M0g~KU=!4a zm5E4AE+XslA~J(!=9xSzck;z~C)d$zdvcRag|~Kq&J;@K4pTD5WOR_6v=QfqJ2R;9 zrrGK>HAASGN9W{0Xnrn2oAM&$r}{jT=jKk{l6Ud~Ixo-Uh2P8(Xe94sY#G{<{a}Tt zW$7R-PSUa@HP;@XRf=-q#4_NNrZp6$kqxK8W~rxk#vrXr(x-+wYANY9*wA(ph^3^S zG&hCIqWX+VtIGzr6dV>kE2(upNk)fbMq3_`mtorF86Zp2AWNv5HrpUK+8|$mwa9*M z!w`i!V1#p%v~_?kSusS34&c1aF+^8%csv92nE|@GWmb}|^E+qyoQDSKbGRkxrrlJu zVrG(V-3Nd~^C7(3petgAr<(rZN}R&Kil))kG=r|8Idm}Q#I*bA zEQ_|1Y4|G!AHKEJI``AU+J1UqKg|~!f%onq+GErE=m70&&LJP9KfYEj3kPX%${-y& zK;KjJG(88#KiAK8yvm?9#pz+*X3 zcpE6}rr)OF&vOmZdlk5(SMa-i?jO((eeSXklJwtqQ|}OcXk+@PB>iQO{xQI+oSjK_ zoAP3Bl1q|Y>eu?YOvaY;B#iKB7*NiWamB|ZpFG5;bcj0hX#+gnU*s!F^67rhOrOV+ zrN@-zg+9!wHrH+PxsOLISNpXguI-RDW)5(j1?|ic&|b3;oO92yvfcE2Z9kuFQhz|G zpXV~K?m?bk;m#yq^J&jg`HTt|UUPj{l0Uw7H(l@3${D5zeq8R;j*Hh~e^IRv*0`T) zYAs$gffqod#^OUiFH3UEAYZtjW)1Ob;p;4O!T_)JdwiZGuk(9n`n(oTyxe)fNvBHNb;Bb+DxBjA))~h8E}im>D&Dt$2{+DTIHBmyqoF; z?RzS`b1I7G_;sKD1DZa>_jOcwD~f&k06*X_@j*Wx$^my>G2^>E^U(drp1jV>6<+fN zemy+IyE=SDgZzyF{+8eCgO2UX0Wie<7?I@1tDKbOnv1N_U~_?t0*$q>KU(a--W zavb9KM4mOil0kl7xOIucG01-y;6D%WU;JZyW0L&$oF#_%h$*cBKI$Lq8=F*|GXP+e zx|^mBDOX3i(#lnl^GW6DaP+I*FJ7xMjbNV$yYMxA=Z%se9TrEhdh4;`F)6J;G!;{NZBLpOC zoNEcnKS8{MY7*8gPiGVdR15melb}GpNe2}69iPTw&xyW?GU^lZ3TMFXIrcW*Ih(xqT zcOR5H>DsB)CEj`ND)3^CX{2joTXdi!>`uVFk-v2Gy&yP`( zpT;Tv7if?_z=6m=(-Ud}4XJ86sOsoR;C)Cfpr_RmdPX(TUbT{*RqN>A(JTIu+DeDj zK6+ja(hKS-dQp9!exeT3&(u%pW%Vk(qJBlMst@Qj^#^(#rO6u(jeg-6L%(#4r&k=) z=w-)Q^p>N6e&bk1Z#!D)9mi^V*Kq~C=XijA>v)*nckHDP9MCt%Q}jE>>-2l4i~iu$ z=|g8Z{n6>8BhKmc59cg8>YPi*oPJi$#q4mdXQ%UGb~!I$&3P#oIj>}ob0-%&hgf&M z%43{waH;dxJkI$pmpT8&70zQk!KL#=*JPgLs$!q3l}~bo`D9m|r?@WTkGZbmsji#2 z(sdV~;(C@(bG^k?uJ?JG>qDOI`U{`#c5}76lxy5mxYm6R&v5&BmU}6m;cn$R_eDI% zeKnuuzJceu_wd>7e%ueT-~9~NyT8X{+%ND#&B-6vPUXegbY7~>;wJ4(K3|*9%d}-2 z&{nWn^+7IYO6F!Kg{QfXsgT-&Y-*1C_jXda!2Pz`s=`PLyWK;oM@67@_tG0GigzyP z&vU9*U4qo|9coZ9=pPO)(|8qE3H;&WNp>3Pf&NTWeQF!NZlsC$x*cCbD9R+s^gwI& zs!IhPbmtKhvKtz7mkC(|j_cG8br}^wb3UdnS67e+`ZLj->s4Ew1M1W2GvreHoR_F8 z)m7wHgU&7HS4|yuu2ENGog(#9XREqKU5mLtr;F5eSk0^6pn%$mr()<*wYpw?mUL*- zc=b8;c`9)UMPpjdiXkhx)R*lS+ZpKKp4%b(D-2xjQD316uDj?{c=uJjdn@(MT}rj;UiCGqaJNzq-J`yar>jvINI^5fy@xb) zA8PrD?q?vouc`Z~Og#WUQHfuc)E>lNyINd+kTiS!2jM;LLk@i*RUU)GaB0LE?a?TN z+bcw#f6!fcdhV~ZLiZe{IV?Z^Lf3d?aB6O|UBx_Sezq@{8tgdio$ z?0)r7#}CN4ckQ6sedwU~0z`y8sB2uU2oG!V<6HRQw0?9vrXJdhBBvC^*2!uwL_3{o zaJQ;JtAjGvtn{Q1f)FvzwMeV$cLjqZ>j_M{RHj@VXN<{C)AU;zl5hlxPPDf)l(SvGQX&vCeQx| DEo7+p literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/KeepAliveSender.class b/target/classes/com/loohp/limbo/Server/KeepAliveSender.class new file mode 100644 index 0000000000000000000000000000000000000000..f7fe1290fe241da3463a985023c24a2a0086fdb8 GIT binary patch literal 2504 zcma)8=~EMD9DZI%TnMXFKy9oCwH^tmX{%OCs0R^iFdQ|37O=;XyoJ?dH*Pj4bv#)hac+# z{OZuri53BW!8IILpgmz)a-^7>kxt5($x3D2P8-3B_bWPSj|?#EV$7&^kBb+ zUV#md-{?4ig90t4D;>kN9f8e{Nyk^{)bJu+*66}144;FykA(MN|@Lrc1b%VZpF3~0Tc-DQF&7;QyAj%#>L;7|i_ zpC+#31Wq!yYCF>X=Sl(4N?Z@vr#kixXGeSujB4TUEZ;T;|C;yv;*hJgiF5>HGhL;o0=clh{bdDdt_78N8a7c{Sm5e5{6dd)_fEmM7Dja*VXp zaF_L1Dd70%DnCm-U8a3$C>yL&4WfiKL z1e&G?1Oz|2Ynt>)C{S>{7yPi1U)fKAq+N8<@{FlASl4Qamly6qg^Yk6=b~_8S))); zwcA!RueeiK_)HGHP@9rpP5kC!<+GKiA>InUyLy%o=y?czatRy$M0-yO8-Mq>yZG#Y zkI#*Kw)4M(o3<01NYTr(*o-YavF9s##U=78Yj^J>Si;T{UU-18!0;lb_CG*G;BSt< z-V%=9L$ribzaaJygOen@Uc$L0yfN|+smY!{&|bpC5~limL0<`P_xTS5{g3X$;H!k$ zUPZiAg0%?W2-RK|_;vZWdnk6{S_#(|m+vSOw-%SLGwLu~bPjju(>2^+T{c5S)`tyz z2Ca;`Uc;U?>p)^LCP}GZPrN8*uXrEdnXM?)LCe_ jvrNWXhAu^AS!oQV3E%U!2|wURzSXaxevXQtP6q!2@_v`p literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/Packet.class b/target/classes/com/loohp/limbo/Server/Packets/Packet.class new file mode 100644 index 0000000000000000000000000000000000000000..b439b640660f9abf4022af69a9899cb3e831140b GIT binary patch literal 2578 zcmcJP+fLg+5QfJjBysF=Dy0Wn4h2dA1yi5}niObLT98seO2uvE1S>HZJBl47-l~U- zO1bCTAvap;HBxmNx^<#=OtJ&#fGccZq#*DYPb8=d&RgFA z6;WFJ(Ho1?UbRDF1tkxU1#Ngz1(`Oi;7&q6w#|)Bjv6Jfmi6q$tsEbsno}W9RBA-U ziuV%oR%(-wvcGp$FprxL&N5*ws-O~99FG%nil9R$(wC3EVhX6wDURlug_8wk1dviYIwU!LAB# z0PVEbGF=JguX&H)R%=eT(=a}mGy{r%3og^O2GfXD~nbiLCq(WniZku5vmY_DkPu^ zpfIQ+2bE~wf(W(9K|SZ7lI>d%p)`bAi9szTpq2uqmN}?|Qkn?0#zDQ{ppr^yBGd*# zZN{Kh6Hu#xQfnMkLaB8Ts>DIP;-HdBt&31Q2(=r7+DJfc1WIjkPzj~BM5qb}RpOwM zN^OZy9}#Ll231Z#m6=i!U2r&|bQP>c1N{?rXi5Jr@CUkzOCH9Sd<*X|MuG~9eE$#I Chtlf+ literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn$HandshakeType.class b/target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn$HandshakeType.class new file mode 100644 index 0000000000000000000000000000000000000000..546120e704414e9a15ba93f36bd18273c8f5ca55 GIT binary patch literal 2125 zcmb_cTUQ%Z6#fpAFdZOiJGwo_?+uX72nqg0!SiG>;C1n%UfhnV(}t_Z`G;t0Q^BPT+tB1RcbHYbs3LkPg~D>E)kS6jCgT?oJTeI z(I0>+jB6TH^o#!@8iE*PxSX|Yo@+PC+%1^pI%f!For+m6nyw{mc^QO)>!RolhOx71 zbxOUZA%FqG>TO#s2Cc@u+$mMm2a$E@vFkK?ZZk0>etyCPD=`gmB#4z=v)<-ZKNE{z zfEFV4jD~kGHGrF#Rgq*E?qPec18F zsr(rN#f!otr6G-b#E{u+a+{_%D#-s2NGTEViH0RCGXy-RGgb^Ev44kzaENr@6zbz=i^W8{ zB$#*FZiU~s#EZMuS#u|{%k_3sgb)jPt7e;C+aMAld2Eq-R7 zgOx&;72hF-pJ7B=V?MvM#{GZLM`a%)`I2uR=KSGV<~# zeue(CEGq!@%ga%jM(a3q(+uEUyhk^p@$U(cXgz&|_e%@D<3;7(PZ$mRqVw75158JL zfPebwcYQ26`Qxh>`}p8FZk0lJ4)I~+01F3LJirQjO7V&$AtGUh34DZpC#ZIqU|z=p zZuGR1?npsiK|GK+*C;~>$}7^tPt7nD1~J-4g3)g6BE3sEg|uV)2$voziQ`gQ=&`O$ z9O1JWfuSQrr*GOa@&=S6hmCHI1o;T6f+3bT!sefl*w2nrke3+>*pg=vUy4YIXEZKf HFNOaGh>HFO literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn.class b/target/classes/com/loohp/limbo/Server/Packets/PacketHandshakingIn.class new file mode 100644 index 0000000000000000000000000000000000000000..46bf390d271d099ac21303170c06081adabf7b2a GIT binary patch literal 1845 zcmbtU+fvg|6kVqjDlrHaM9M`$LECVN0-{nx?vj}fFjMS|kD)!%NSkz$fcoP2K|bh= z6~+fYz>gC5Ice*(RAl5KIk&y`UVHDe&d*=pe*l=pW&|OI>8w-K3yza7=>@B}=jdtf z9&uOSF|!BU_bTJ2Y3IDWd0^T5h8;neVeCRUhR%}f_)gX-WVq{Dj?KUfh7M0gSDN<0@-(`8pr}lXfj1Y6#EiyK?YbOfsVl0ADhT+D}y!5StCmoC48QUuE;XZjK z|2ay-u&KZ2F))PhgbEGg6;yCX7$(o*eYT+rCZR_#MP;rg(2%W)2YATPE|{hB^5Rjq z(k;O0sY05Wi{KH%Qe%Su)=d4?Q}Gy2=uW?Oo#Gbv-#YGrkz-ho8;SquU%l_7Lf2?s zT(u5{kVS%v{k6Arm-e~8)2L8NnKar(M?qpWnfAmJXRAti)GPz73S^zs7}f}R*{X>r zA?+NxS-xQj9rOinR5g-(o2Eo#8C1izxw~30J&%(rI;u8O_!yxIQA-gkM?H6wW`4Vhy(b;X<6RTm#D@|Bo zKcJ1D;0}H9@o$)jPJa-~6U-dr=^tW>G@T}wGm=Pe0Id-jKoSe&n&BB1=`Rx31xH;vre7Xjd*QMv`mYp} ziXZ#|{wQ&7FGTS~`eAoxo|%2-nc4mE^V@d-kFe*WLUFlI=OT=So`ge_DLpwL)SoJ? z%rnAPryTB%2+oW2RQjl5HGqqNQ0;U_9th0|o6LyN6 zf9NNyPNX?mKGkNYTjpai!*rfS@=)bdZWrIAG^vMq-?+oYtNhovbpA|iRoP}OynE~& zGG5`+?_KcP|ANLR_9|H8y=iX-aM0k~Cay5HU1Vb&E%x}HWhKkG!Ld!o9QL*>`*TKe zcCWYp6<05C^EbI~1M4iL^#`%HB=&F{yG%sf!d>2Tv7z;WTJJL&9~mfg))@v@%=HD< Mt}SQ?_iWbvU+sU$EC2ui literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.class b/target/classes/com/loohp/limbo/Server/Packets/PacketLoginOutLoginSuccess.class new file mode 100644 index 0000000000000000000000000000000000000000..b35e562793e65aef502276dfda85d4d30af98199 GIT binary patch literal 1748 zcma)6ZF3V<6n<`+vTeGhBt^suG^G}jv~+zzDFmrBr5a2rkS1FB;M{C4>0+{**}aSQ zXZTOlk+#Z=<7a=ATl3zV(pXKL{DbYt3sr?p7%ES`Teo1c8Ax!@^scGo-`N*=0CWd&Zx0E0j*h zYBZ|rWrndZ5WdU1f*}`4JKSwsb?G~9o8+f%JFX+|P^iMN@vG{^CWWeayCQ=TOqv+S zX@-$Pu{jP3ZekRt)GlYjz!<|+&2hzpu-g*;Hg9z_1kdK3Cifk6jxW=4&j}dHwYN(4 zbzD&%Mq9{+CLvcS4rjtJp~QVA&L%1+xfmm*wS6fFOuA5fvc{0P_meGp((zoX$1KCN z=GXD8>Q-N3V21E5=2}Z%mM8EDJ~eQiVNyFtJe&9oH>mDp&2S~gI^ew=^FMfH;3i=_#!+>pXbV4s z6_icf#^;2_ab=TtLTVFgscHuEST*ql?lO%3=sQvwJNnm@1< zz1#aeQQb1JfiDvmYA6`49rHU}hVpRhsNSyPYXkQg<}`kn%3|+vKM<0}h`YPo->pRF zz(ft345N+hjqg_&W+HEc7O^H(rvk$E5Ra&mI=yHl8LDqYr-_Xx`2Qm)mhz~Z*v18l zA-#TU($u%Yr%#2?FdNxZN`2{xmLpY9H*!B2QhkLq8kD*h`nK3`)RfOguUpcbgRk1M zq7ZZRNQ}@cnWB&0485ZlgVr=j#*v}_1f6zBuJoo#hcHWvFKDy$0@+`+!8HAIWB{C@ zf0oR0IE`tXrJH)&uNEd zq!2r#5ycGMD2#)~*gu6|#|4Kor z^h1AuKT4e2i;WnOe%RfaXJ(&yW_Ex4yto9gi!B=^f*&N2A129o;)g04CVpS0r!w`A zMDS7SY<3=n;;b9*kA=2j5w@;%iC{-E%fv_$8odwVRQREYM}A+YDjw|-sxMTm^h-js zwHR&>2-bdbB3+bm(}N9RYCsWN0ND=Mj3f(uK0y)tti8C8(gcZ{!CwC98A};RW zu8noV=HK<-YZYdO`1ouhyN4d`VS`zj|D+fb;n{x_ERN0P={(4%b%Rh+F=4&P`G?!1I9~y zx}9@g+uu<8!d?kWyw}Z54;E^iTgNTN){1N_qro2EGpuAdS2(uHn8jYxu)ks?XLmZ= z-*NjK_vhrU2`saa#vjDa6|sYd*kmH&79R7Si}j5UR61W#`^-S0v&t~IVy@3Kc4bCG Jcw(}i{sI!GzF`0W literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInKeepAlive.class new file mode 100644 index 0000000000000000000000000000000000000000..74c6603f7e5c56a834d6cef5618d2fecd7bb7f14 GIT binary patch literal 764 zcma)3+fLg+5IvI^jEx}_C=^J!^df~+!Y`;VRFzN*Qi4Sz1?7F?tYBNmYdKC-KB^B$ zT%1WL>m7;rKWV%N`Lz!es$2}V>gr#wD?b{>b;uY3ytPxhn z=meFA4U`EpOxp=`e4bBRcX`@PGyM#qpkl(>lTuj7xy%~lg}P1MPeXaE%v#omUp6t? zo{@qbZc*f4CqBGYwne^kN45?}#~d5nt={q3y20EPM+KDF&JPh-nB`gz3!GbFjH~ei zi|ozKu<{Qx=MrPfoU=H3nX?}NNeq-HkqPSTLd?yveKH{so&JoOS>J literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPosition.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPosition.class new file mode 100644 index 0000000000000000000000000000000000000000..96ace9a1e2e3d1e0195585a52d5e004b66a555bb GIT binary patch literal 1129 zcma)4QEw7K5dQXn9$c@blmf-JDk?2pwWqc|)%c*Nh6I%aLzK4zHum(mCCAaUzWIMl zjEUI92Y-M+$~b!m)e=ma%k0eV&NuhXH~Z`NkDmYzaG*kA*zbzI=?ZZ)FkPqL5oVM7 z$J{p?cJ~7hh7;d#?bDjq5JM+$gr_3TP`(t9ft`?9WT#{w8Ir<#?u(JvqivgE;i2O> z!6OE>Vp&$Z+G2=55k0OUhO~}FtT4nX)m91&t2z=`kkOhBHHz{&l2Np-BL$5iU3WbG za@6l||Fzw5IpOM}Yr8GmcjSI@7!Qt|A;W|ErTVxiz#+qCrT*SNwoONvmL1qNZ!ij) zfzR#!q3l6>deY?sDb`TMb%yLTx%TS(M#BxTCmEwee~Qs#ibIi;p-7Q)2|Z0E^fVLl3zSKOXkDV+CqgC3Zy0A-Hg?9y7}YVd z#(H9moRL$X5#9mOILMJ(6_d81e*v=Vt|5DPTB%+ZIDdZ>nDTN&FV2_G2 znAoOO_H0s)B$Y6}A@hX-1+u${X)!D#<)MU0Ck%Jzg0r*Wt-0WPbHTY;aA__$1>>By TY$Kvw_&h_qJQsXF%-a70wR^eC literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayInPositionAndLook.class new file mode 100644 index 0000000000000000000000000000000000000000..038df6212e798006e7fa6372406f04da6d018eb9 GIT binary patch literal 1424 zcma)6YflqV5IwiF^ua3fDi2#MDzsgM6%}6~imufrjW$7v@NH=~c4fP_*=`a1MCrszzPKVBpAjPhLqN z*0Q`>Lm(lYXRhoxbqena46a*_n^Vc+(0Jfp<|s5-HAR6$}O5B?Su32@F>($9&Og?wRf@W6w4PMk}&r*xQC{ z@%KqE>NTvkzX;Elrqgf{>)0_6zj& zkytpJSC28G=DQeIi(RDEsaO|N>SVl&8FezzMMj-Sb}{?aC(6-&nTS9%QKCs=geXTb zjxo&8p2GwdkS3A9bCN~$bp8ri_E@g)Jr>MG{sLah83R%ABWI zl)e`H0$$Up2t~5$;&&AOS+;X_PV^ySY zyE_GjWYY_5X{&oyWatlsyDfZ%OQCT~+KyGN7FWo$|DNsIa*<&sdp1(B*FIOH#LM2c zNFk0P6N9+K5YOgn10X0S`p~a-BPI+a)o#qh08$J?CEFG2t^K<2H+kI=3b@zcPL2Dv z`i>40a@P(R7D}%~LKk)P5@Scm$C{IoZ0_t^7zW8;qfHE;?v|Gh}oDY|ko|+cySoFuZYkq5L2CzOHk#C8 zAp?1a@l(4ME;&h|%Or<6Me;nu<)}QAr`x2EtEp00CT`(v!ls@W3W_29(tFl;vyj3& zc-O#fQbI>H<@%mzNE7ejeNqkuSax_o&&`~=Yi;Sn!XQ3C!N6UH3p#*iiXxl1hYv{! zWtX`xuW6P&KD@G?zGP>~cR4l3Ieh+uYx#_EO)0iBC{s=&Nq7KE1=dlGu7$Je{BInp!0XsFQ3W+$ z_;}U34DiE*uphJD!sNQX#~_;&z`CAa5Y3h^tEqa(i)k1TApp<$n?zP zNQD)zL>-rIA5vA6X2-r2h-_<D>oxixBQGFLmcul7GPsBl`X9wOo#sP-T*ejpqDVR~ z(>s+prgtiLoN~U7i72y0tFr3L|AzF>w248b>eq+kIa08sU4B5+x|eTN=ZU^dLp`qZgRjI!3ni0=cc(W6ZA2o#1Bv z2n)aCP7Hrx@dzIsVR=qH^jADO!J67;qNC9hRA!Ixc?ZZORSc9QN!m)|2K};FpjN$0 jTrXix1Dpy|N7N*7A7A1LK}*xX`3heXScY#jFHipkDQv4G literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutKeepAlive.class new file mode 100644 index 0000000000000000000000000000000000000000..5c24951683fbbfcf856d0ec0d48aacaf37aed2f5 GIT binary patch literal 1224 zcma)5T~8B16g@*LTiPv9P(H1I2)3oNibd2S%BL2KkYJh+pQdFfi`#Cqoua(@e@ryd zqLLV&{ZYm{+ik6V;$dfY?mctvxgYcU&ySw~Qh1@Ei(#=~mki6ck1K{{mh!f-FPu~1 z7<;_%R>-Qi?^*n8wD-8bFc05Ph zx_u~u@FAo_gU;ZK#dAGi=+$ur-3)zMvn*cKN_pYD=6Opn3}o#Bw{qMu)!8%p<*`|1 zSjt{XRcAtJhG0?1y{1wUL0SW3T04`1c>S^Xn>7M$zAuQ1H0^R#!zjbx2|wkAX&af{ zmPf-lL$v8o_g5XqtzV@k_oX9vDTpzIG~8eqY2r4xUEHI-QLz|iJ*jQ%X-`SJNyB~8_)kZsEJaZ`K`dZV z#{(>p8nY~O+^SK-sT-LfqIjg^F{o8N?;KMKRaw=Tj4DGEPjsvx&~#?)a#2I4m8zIJpZ9EOQjVO!q+Dojw@Z3@F!3)dVq{Rnr~Wt^sga6YY&~a=&by~#5sKvUlIOHr!Mr-+Ut5k@IxnT82w}$A|Ig< z!2s>*PqETl!yvADoCaasc!@6vek7U&J=1%}Q5gPcHz3}5&FGkjr&FZ=?21XFn4UD;NpCBZY+`|dgC zIp;mkdpm#q_z!mg?87gkXwop4b&AP?zEPU@lFR zy)h?m*-=C^bp2m24KZbVmbaA7Y0%Od;#TRn>E^PIt2l6u^LewVicXH7yT+XE#yikIa1Pa-}$ji=7O0ln07un>A9Aj=bE;hRaAD#a_kX;vKl(Z zY~>}dl$CoeY0r8|&&(%BoZ`GwwsTXaKw4KJ8n%S(+3KGw$MOnuW@%34CY6#qo!~&x zyej-Cmo{mKHRubLS{$`Xo@r+Z*yO5QIjeG`YPOtD+ZP>Lu55F*piZmOyt!ykW?iLh z4NR`m1v*@j%21@T4{St+F|_xFE6oc@6D70WUnK zc1fx?BN0EVBMT;coYq#0AziY0BH)@lq5ovfPKG#6?p}^C~@|tL zR(us-kK$_@I{kaw^k#O>bW7|2ldQ)%HlLB;yQJeA_$KW-Gj;UB6B@P!?yp5uSJJCD z@ogR7!7D4~1l>kM`Yz@)rrG~KK{&pN@9Ov-zR%e4uUylkG#tF!L3b|!f&YG}<2Ag# z;@mOEW{gI9P6U%b*6|a(!Oj(U-f;@bWJ8MduoMy`xFDk}Z z$7<%R&VC|=xYY5pZk1)arNMn{o)-Vh41KyPdztxEt=92Lr|f3cQA_Ii1HsFr_C>N+ ze2q@Fi)OxT+R!B3h+32MB44r-`I3Fem+V5mWDoKsJCHBge|*XA<4g7)U$XP~l6}XQ z>^i<=&!ODJlegm`{_X&@Ht_O9j0~`??DH zjP_^+1IGQa3X(=5UcsP|SYN@Akib@kNgsP!K{zdd)LG>bhPw~2q;63%= z;ZX1>j)Z`_eqDERDinMa$3no}_28#M!N=*LMzeeC!6TvI6L=;B+*c1i7788<1rOAN zp9uwzxIGknpdOqJ1#b%lr|QA^Q1BFUzlm7}=COvee${%5*)6&J&yO%YeGBKu zKElj&-z_{l-hUgWu?+QlTyDajaAg^#Wi0ed9xme=Mb|Q(KSa6bb;NdTid{d{zvGqa z3Yl8byYJk_jpoNA?_;ZgyAzSeev7Z%#ed;)#Q(F(5Pk9_6)88`4Z_VIt< zC7<_w0i)G|6vN-~4t`3;H{&n(8GcS53{$?#BGwEOJMkX12;Qe{o6-C+MxvOGVn+Kn Oc4^XLKHx+Xe(_(mSzej| literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutMapChunk.class new file mode 100644 index 0000000000000000000000000000000000000000..2b00d5059a7ed2c6d125223b670181c239152cb6 GIT binary patch literal 4463 zcma)Ad303e75{y+y~)cX3?TyyB(jr*z<|P76GTYDGI2t%2`MDi_GR*tJTjRHlQ(Q? zwHmOk*4DOa3tgbr#;O%yJ;8gc04`xkN(yE;VFkh`upC@B$GI&m5}+i zd+&Fb-@V_Ryn5~21pw>tHw6xXb2^sI$&7C*>Pt~ zKh&DCTJ)jD{#1NGflFZd`{ESvL?z2^0TIqEItASJu7E!hH>}{kl#x6f9E|EgTYfzW zH<)qL+9)u;DjY6IQ{5rpYE1MPDx4_Mpkk(gv#PqI2m-S-xZ#nr*&3A0%&)VhT+ z6y=EMAL>pIP3+J~QbfZc%b*&rs_L!=0d>p4s4--jiTJRBrL=CZzF!ZTiD0;O;zYr6 zfr{LLM1z0p#NM*8~scFV(@)QVXHm5*1yX6I= zIb)EuESl7NtvcN#d=KGH1&61kScY7~UAUWN)!3KPV~m2oP@Z&3;NGL*UWsPa_Iz7^ zB1t@(xKG3V7|CY29y2VN0u=>g88L^gOdOBm6AB(+0ePHzvF?>oa7rcS<`Z-8lJ#6=$p84kN_;pNyx8b zD!z%Q6pRW~6}D@e5tk|$J$bf$3r`Cypo6x>65V=iXC|8Arme}uppAEdB~||~lfqK< zXEl5q&j~2~`tS~0OFm*mk%{Luynydy;xL&=b_A=tnkCL&)NmT8W@Wy+`1)1B(= zH5h}16R+5W%qhT3+AmjL`bt9N@d@hGkIl@51tY?4rBo7GOgrVA|&s{&0&ai zg7w8E?-X#z9ztV*&vVa$0vF{nn2d%V?I(Pvc1U~}vR%^p0(WjGATeL{jZ~@-P4?D8 zN7LD75U0@rJ}9;t3f`cP+Y+f{)YwYn7{5&aI;|^PEprTu*%dnZUOM5BO(JIw*&^B_ z8$^z7Qm82Ar^Z!`=Pr(AHD@rRX2EIrYRXTev}V<5l)Yec&Ee-9ashKmIgc^|D8YQp z#scmDH5q=M1h}Fk`(9zs3emb1e<^rLjehrE+wovEBY~ZghrRqgX0E z;pc9o&K+=Hg0G?sAN0E(7(@HR_ih|<3BSwdJ30PVZN(TmrIfNXK01aTn^~*%&7x47 zYL*Kp$N!a8tIj3$3b?3Po!c4mjEXh(Jsx?F5>PIQ3TMdc3>A%{*%?wtQRfU5kD?}^ z_>26-el?B$IxV1Gfoy{qTJ_|Cjlj6;OEBh zXu$2Gpv?hyP7v+SPLJ2A)P59!fO-~R6ZH1Jx?&O*kKsv4#ocEFj*Y)P3YB6?Cd8b& zz+>Cq*%`T~{Aw_b@7jh);ioQ~9DirTBm5p3bM3VN<8r3XQycI|MhC^PN|g) zN3vQSucIsdfuae0ytM%@!z6cXUH-9>q9o#767fPs1LrmT{#J`wSjC4R$e%U*La>%S z!}ZvV8`z((Lm2DPju7_nq?hX=n;pNH84YGRHTuMf@H6 z#Xs5C{Tm0xe{k60z@3g_+~rt|yB(Dr*U}PMP~MTBj!-u1y^hti;D^k*S&rrS5iN0` zkuqLkrEt>18eHPcMbDJt$M^|z@_v?}%-#v{7=B7#7ybSq?Z3#==fsWnsRu97TFIf{ zqL_=HQHq!A+wgPFig1~Jzs#A6-!Klp;H;Qln~T@zLybOq8o!cs^uh}KnlvhXpxUR! z;$_ya-%4KE+l<%gaSyFshu`7%P-w3Qf1ngE{zz-*@DCLk8E-<(QoTi;{=~CK5g2FS z+zNz(WeO?9uA*GQ3I7#no~!VQ hnd4NpkOap#5vEQTt>DiJF-8d>LX8~X)JiFus?^I2 zQaY2{ku#~SG&S4HpNa5?ma(IT)AV=D@?j4GA7N`P)qi68abh zWWAzg>g9rFZmR`@r2FJ*Q8jX^sdFq2y|Cd9r*oIVe;JDwiLeAOdP#+~uh*!ZCC$pU z+DYoDp-$0U`bP>Bj)Y4-$GunE&!$ z!ScQ#oBag7WB3KSW_Jh_5NOQd5-2Fpb?2a4zzNqkinKN1SMv5I0!rS|L{P~)o0w3J zG5L{__uv*i{i2kYiuWQ&WFkaoiI#RscyKSe6xy_2kT^S?OOff|32sNmKO=OJsb5GR zB6&W_H7qjtDW3c(YfH3PSn^|-#!NeFlq@4JN8}Si??qWo%qb52B8}8?Xs7Yu9%ku; zcWRO7^N#zQn9Q%+B4_zHSH58zJ4JNn!ynn$xhxNj`(issgh+A%ULT8`;?Z}of5+MI VMC6PiF6>h*^GJ$kc!p#m@C)`vsD}Um literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerAbilities.class new file mode 100644 index 0000000000000000000000000000000000000000..68bfccac6d994ee517ef587fed31569759330650 GIT binary patch literal 2162 zcmb_cTT@$A7+pITP6&r`uLY&FHk2e>qPChbM#H71MiI51gdKY7A%{7fpuFjf zf5a!>oH`>x?M%mKe~LfCy7o?jDdwRw=a1(AuHh>K0fBVM-AOsF z`*=6y*gHixm6zVW^iu0q>1*llHRQTu9jsM-C8W1lv>n^G<(`3%!1yaU5D1qYYkN=N z!DjB2EZT>RwL&<^D3@u0NZC2a?@GBPATk1G*_O`MS~;VHK*zjYvHb;sLOhc>_2`L$ zKxoOBq&MUT>51H}`gz}z)=m^L zoG}m=IM>v>WBC?`wnb$EN!6f9f#G!vmnC@Ty8*Z@t$rVX}vOVix~gIk*)Z0TY6E<<9!piu}Cy_#V=S+m7~V~WTTkC zvWYvmE719kXZuoBRy8K8%5V=^1NQ}1Pj_8Se4w!~H;qN1$eCEdD(kILWE|IG-l2F# z!H8kq!~$%m%YPl>ufwALG9>2cSQmVRo3Is-uRZq?as~z62mquh6TalH( z`s*xRd#dWr`(##5k6v#B9n3oKR=twU*op%#)`_=0`^~8KlHanGiuCjdsYUAlKPTcM zi6%&z4PgSyoFKTDA=vW{Xd^DPP8>X-`05Wr15lH<1r>3VA5c+f{7D@ zPzkAmI?oW>IKt)JGfZqu9wD(Z^&6&=HN5jXW&`*W^EE8guoPTSnQqJ(&u2S=v*DjG zG;9oougrx;heI`FzFYVqEQZ2E9Y4PKduo*WQ&jJ-;X@?{DJN@KQ*{dJI?b?!AP+@w z6@4U~30y}4vt0NaxKH^JspJ!+@rXRIjRl?6HQh$1QO^jrsFi0veb~f9e9R0JSVn<% yLHdc{Q*1Eb&lqO}ffu-mhyh_BW?+K7<7pGL4d8QX1n>pEq>R$vJ^miu9{v{sun9l_ literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoAction.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoAction.class new file mode 100644 index 0000000000000000000000000000000000000000..a53711e07d3f91a554a3a39d05ae22cbc023bea7 GIT binary patch literal 1742 zcmb_cTT|0e5dIEnn>I#3lp;4pL8S$$SG=?$l?IKL%NXfQhH;os0!GusNmFL{7yb|* zwCcd<==ki9a@=!>&_R81+J|hu?VfMH-Lsn?KR ze@gKc?LbtAv%$c0hGW{|%EDNsSYFW#hR3UI6q_tmUB`3683t)QQ(=hB`5Sf;aRm&g zRP-XvkSIhUedFcBHX32zcw2d0&s0(rd|E{ui6mqW235!$Bsn;vBFRCDgL5iU94H)& zsZfyMZx>Y@M<+F}?0EKKqqc4b&#ZOVX6PyVRm-hdfy1$IDv*%n+9nv%f0MMY=(37q zP^qNwg;QsUZ`q+v9i=*{r-^OLZP?^4k7wG~P=$tfTEL2kKtx(ra9ND z*Yhp%4pJYM%2$h4Kr#GAP_^eBet|>#`})V8PVr;Z5X0H>tgsPK=xPf)rz*6qsu@zH z>Yir@q71t(qr@=%e_Kztd-NMKdzFS*qK}t6+t2p^AWJJCEKR?#H2A{O%u^)zbOPN2 zeDVp!X-m4$O*|(Ey&=qh?iVn#r$>@@aq|GRSfI0sgg_$#otI^S zMw4HOMrxwZFk?*&7-qbQVZ%%`F=Ci<6QjllTzF6UI&g`e3R#ejdD1g3y!;>f7)0tG zQLQoZtJ#U6U1YMupD=lNx>Izbm#R!tjeUY4Ef`fyMYW6Fq&S8gu0*UkvW!^c*^iif zE7Ec?3E>_zB-OFI7j!W1-EViy}j9 zk00WrcG5GCisB5%T!$%C|L=F`<6D=4@kEN343B#SneCoWX*`v~1 z@jz5ifahTm=NSr(X0Hr}B@YWIS#8;aixPR-Qi+$7QD5j+ydP0Nza57>>TxZtojZ$W zS0)U){lB+I%W#Ln*o88zG@A1RGk7*(y0A(&p6F1#kan7S_O5g9dEaiGpxa6by%q5! z5s8ay4A1|`gf4C{JUm+|hU!VOxwysf=4{1gh&p5bvvI)cTHdt-D94w(cFF_B93gbowaL`Hs%_1p0s~KH>s- zZe}p7;38R6AZ^1^%{FqV!6mHbZ32=uw$S>9>K9TRDhx`q&QEDUFH6V^GF(0tT$=@d hJ_YRHO4?!#S4pnXP3yQ$H!jm!>ext!U&kiOe*pTnD=z>5 literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoData$PlayerInfoDataAddPlayer.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo$PlayerInfoData$PlayerInfoDataAddPlayer.class new file mode 100644 index 0000000000000000000000000000000000000000..89fd8eafd4064b5dc948e939d6f95a17d9180abf GIT binary patch literal 2515 zcmc&#OHb5L6#ni!c~p7GLlAih2<1^9h>t-OK?O4c$tVjFV+z!v(rL%GLnLwG!UZw@ z6c?H}F>&F_m4C#4VLYcDVCa-c2nn0sbMHOp-0wU0ey6|x{`d)C91oI+2)tOca*APD z8+pahbE}q;(d;eFR+iMYP0e*msat=B31RM91;byHg?5c-^QNiUGluFonv=w&z(kPB(Vhx5ql3Q!f!2cyWj}-a0{P<|6KJi0>E00` zot7%=<0)^y=pju-={J}_gr!JUgoQ|})t+5LbCRQHlNh~`r09(##67=8iV`I5Ci3?q zo6$mEzr1|Ffczb;@^BID@<)H?)5tBSLOmKwf<7fs%ZO5-5RDjFFdL7NsId zM=;5|&?HxImC^Bb5Pbt2=OF^(2aS!1g<7}`vC)_q{0IpV5)7Ti-m%K!-mTd?Nc>q=CKmnx zf0S|WAR4hFHt)@w+3cIy*^ke+cK}T^T;vFsfex9{di2DU41LY|!c2u>Jsv!YB%X6m z@#pR&NlBP?bg%b*!V8{o7X?CX%%_|w9zC$GKNdkkD4xnlCTE2F{=tAyXz8ISArG$% z2Sq})BO`G$34LL1xvvDF-q8V918!uh=gC4ck}=`B^DoVw5K4VLF@d;}spZaW);}{I zrSlNV?I;qarFa~R*hQUiyj&ZE%HpeS5$=||Y+(Tl@_aa)SrHn)J-;j1gEo+qqh10FVQv<>eIO0Kb3 literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPlayerInfo.class new file mode 100644 index 0000000000000000000000000000000000000000..5804a510e32549a68789bf76f6163c33993dbdb6 GIT binary patch literal 4360 zcmcInS$G>)75=ZRcx+{ycuAV1q@_vS)N4d(o1|6SM7Cu|v22UT3r-ruSf1FE$dVb2 z+?XY0-zht#?6iQPWl7UUcA63lN7KX6u0*VvHZ;44HM@v4dx$mri239Hwm~6qGEQ(F zv2vF4n8I@{H?OddP9-KcFW5z*b(G+C=O@h&s?eaL4vh*`Ev=)qP}rtp6RKr)n+^>% zGTW)679oYL2`gs~7H1|*d)S!BnhK4He8$L*8nz{Ce>3PzTLpzfH>fT>RXb%m9tH~i zEv+{w=vv{XQSyizagCI_A?AcE7%|3g#kGFm)lh2JykioSU`y-CE`?C+T*jQ0Y$|BD zSE0$(#L9=`Ln{;wtqOOP3Bn(>Z8v{si%!b1O=Bj67Bpz+po_}q}v5W<~?hVL|R8B67JLScHB?hsI4FN3JvQ}8Zc%fAv}nK8V)dL-8-{JZYn%9amLIz zIu79>1u?ffYZPd1Q<>d8`)lo% zhA4Gh)gzvB%qi0j;Rw2Q^dLrUtei7yWQ&Ye#&|r0cJ%2u3g&F>6Sn1;f~+_uE->_C zKtqC6=N45s9fP98CK?r=3?Yf*8s4FBSEcw77QRAQoHsl_YsQCkq%f?o+0~HwMZ*;C zT=ie2n@UA)nLm^>uaA3lS;f-_Y?*G*ewCzf$ViRZJ95pEfD$ ztt%0?LS0wFc{J}<{gser4r~Zch4cpNZ)wuBNpxHNhcH0@z`0ZmsPR49IZ)?!0U@BjD$yq?!NOxot z3Dk!q8n~|J$vSM|cPm#}o(po^*0zZHw)RVCYU{X!?QNZxu;WFSdl$dAQ6{jLC+}uU z+Dz_y(1d-sox5!wKi-1fTv3vHzj9}yLBO4f4pqGK4&3SA9OfveHnqKsrVE?|AXkZc zK&vZS_YU}?nT@!MJEHbl=Ixcto!4aEL;W{0@2F(H@0!ea)93(=7J%6$i4N-TG>Fit zombE@zKFKO6||4HFQRjxV+n6-E8&65csPJ%94Vozgx(G@w1i_z80rYhhwJT27+J!& zM|phz^Sl7R=g$R(<6iz=_xE1oxXhC~mXRLp=q$mw2y+Q%Im?$&cm`2VY~#GQFGomt z-!jgZ@IiksSi(ov5kBD&7EsesB}$R$(J4{@>S`= zQ|QLiY$IPlj8&o+zeOK@$KLUeIEFv7IQ#_({1pTE8@s$WFr)%VDh;)!KJ$2cQMPj#)`M?0f{W!q!pmfmv&c~hoU literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook$PlayerTeleportFlags.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutPositionAndLook$PlayerTeleportFlags.class new file mode 100644 index 0000000000000000000000000000000000000000..3629d8c7436ea05ebb63dad8d779329d1e863989 GIT binary patch literal 1765 zcmcIkT~8B16g|VX-L|Yyi}H6aOX#<``n#ewzd%-Wp6 zu=4sphzO?(w&hs?DLX_2YAR3F+I=RFSxt=40?SN+59#y_^E|DtAD2!#0jZV zc=jy=uU}R>j>Lsu65)1Q!y`Ol7_Z-P);7!KRGrLI31=;f5u&>uHQb6<;PaL^(Y}-U zJbx}n#aeR5u!@f9S3IgO)NLX7(ih(1BuUg39EW?dCr&THGltYZ%sfNOIS47S9(t3aV2nw zmIJg&)DZ|u)G1MSP?e}hqU)hpSi)WjZ>X`Dg#F=fM5I*FX5<1@bQ-x}6+K2SR7J0m zQ>*AV4lwwUc5J{c`tFn(n@L#=-K0oIoGwZWo>OK>R*6b_L~44UQ}+SNYx;2aArgAe zXN;V&HA!#Uh_ju#?vMQgSsI^y}#}dOFaf#m96jlUsWd+GKau>M=8hWtho*$)PUO98=&H z*mOq<1jGb?A^s-$ds?7uQaej3EKr^@toSI`;er_<2BTv_> zsB)4D4>n=5f+m4w^GV&8PHU4H6<+ulnU?7?G8Qk=JK&@?p(RHG-Gis~xE1sj zWLvTYtI&)s3R(n~%qx^9Dz+j(br~zIYvc6OTPW-72Kw#8pa&0NyMhPFHLoPc(rG3V zv}~s7;0`=QSXd@eAh5QS!Z~g_wiAyi*dxwQjt|g*c+K}J5O}8~_5axUC20@IY z@7_a@036Y+<2LMAs`4Y|EGKxg@=Mk%G0Cc};Af9hxRSJMM_~DaOLD4rsCe)HsoBN! zB45d}Z0RNoSNhg5Y3WS3+v^+XU~TW8i0diY#xe?y3RK(oX_$dX_uPqsV*(BN11WFU z3|n9-YdL80Ad1xrn3&o;Ur4jGg)A{VE(`ey7H|%0v{T3u^hIU4pHlH8H2Nl!>h#*; zTprR=teZG=1q{xq<^pW07{-VbZf8QvFx={V+HEd-lSN{HZTs{B6jQT`1X#0WG%wJU zbG1Nw>0&VHqaC}=8A)3Dh@SQ!iKkSg(L-;Hq!rZ?S+=wo*dekw!)AUqZCJX@sl1Yi zOh611Dkj0HP-P#6%&c8LZg0prepbbEc%J#OkHZO5qn~bX*cYurE6%HU0WV5(mY&ww zIs{hdgSV$hB)8A_U&1R2US?(5jxRV>@hUD-ZBn10_LX@Jg=tXmnn3qGo;V&{!s{yD zz?)8ybr>{H^ma&Zuc)|+x7oEuwaj7LF`k_8;9b10;5~uHVrPzWY-R!yibp0>dZb&$ z2lz0bSau>_lkBBV=OY@6K^wGhB#LV)K1Lq}Eprb4^lvabJghUp>*f^9oi4yNSxviI z1nTElZ?na0%c0L1%ffW)ntTTI-c4UDInjysev9uJ0zKD)J^f}j9oNH#Y|`tUw@&FN z!d8hB0X33L>S?=(WGksI@o>O;j)F2it@y5z!@XU_4}q!@2@SN!Ww^#GKIDNnu;kj`d3v> zVS~TUGlPw@@C(df+bkY-;ZL+qq3u`ON<06XXaOAmZum&~X}_74T2PNIXyhDkLI8WQ z4g1K|$43TjqXV5>B_(4MHYKBz5x2{S2=^r=BUEfk#^}h(sHDYq&dCsW1@Z-pgIgW7X%KJ6s|88-dR%k(UQVziiLwEg(G-u&TWF0eoD93 z{#4}l-jc!xOA0p@3wM?j?!qBv#sSJ<8x{fD&wJ4JOOXc$N-F6_PYL%o{8%J>u%vJ= zq2NM4dEHcUMEW3h@%kmOuiQj5b_2(|ZXy~^9F$}=s z`aDkJ0#4yFG&>VJY-nG};jaQ0@d-X<4wmB_KEvnCN-uSNfiG!uj6nYiUo%JF&~7bU lx2R~50-+$PfUhZqO`W-O;ai@&@Exvml_hbBzwg`Y{sWRjNx%RA literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutShowPlayerSkins.class new file mode 100644 index 0000000000000000000000000000000000000000..5d259fb6b3391ef6da896038accfa1a2b8e4ce62 GIT binary patch literal 1370 zcma)5SyK~15dJ0!Y>o{ifXEdt1(Oh2Mera5<?AhKjec} zDIio?KKrB8p3MOw4?OHncTXQ*f8F!z_xTS1lX$DZ#gNQf1}cg`A~raQl$k z+Pa=U;G$eR*G>I+ts*w|tRpFMd*i?;mKAsyMsAgW!OM%n5Xb3l29{=Mo-vAsm}T%p z)3Gca3)VLG!;OFn1uBC(8q4~?(4wLV%?zy>qsUh)g&emx^_yNH?z8JNWEtC zh&`jskjmT&*3Eq-83MapEHwZV7J}?0+x)TMl-?7Ky`N|BFMY`Kk}xdEMK?qHzJ91{ zhNY#~8aE1h86x!y89!&+4x1$+RM=cE_|b!af_{dsy5FKMbRztUO9X?GnIVSmXr}IV z)g>9rO8)MtxQ`LSMrdp8F@&SBYD`5KrnaJ&l72iuOhJ?(r8-hzt{YWCEV1{Av`rzMD%VkXxx_MmU z=`|Izcu5m>VrhG*7(@Rhr`M@Z(tgSb&8e72Cj|q5FV0zWC@Y2v+9j7+DM}~Co4T)w4QGC=aK}k}mwY{R)8#-rr}7@MtX`mJ>lA&N3q-cYPBE~O zIKy!K1f$=PaN#E=PB3|bX9-#E4AY5FNNR2pLmy`o5vhdnhmNrmy!zb06DRPpAurVn zqnmcW7aIC7Mawjeexxu!!yQB#!w%+n6-^DZm#AC7BB2eF=aNHYisaWsvZVNpQz!iw DM8iOo literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.class b/target/classes/com/loohp/limbo/Server/Packets/PacketPlayOutSpawnPosition.class new file mode 100644 index 0000000000000000000000000000000000000000..4e27ba8b14b91393763e7696e1590860d3c01dfa GIT binary patch literal 1554 zcma)6+foxj5IvJ@*bo*WASjWDfItGsDjG{b zDh(=Cmd}2IA0zf`vJu1wDm9s&o<7~DFS9>?fBOz#5UVmg3?pfCM>R}yE2|p%PRdjl zx%HM?>VlTu=60^MFBsbXeBNHnYP*>QGpF0SnUNtebX*9|;Lny&1WEjhSvDf z^tS6f#!&G<&*=6jLnLw`L^R1DO_=LE057T($WR!(k!Z3K43`x6P{B}>&@+54zmwwD zl9n=TmQZ+E&nw9vTgDFkxspO1IvHJ64V|R)t$oW%MyrpYg2VHttY^ z3C+-1qI$}Etii5y)``6Ru)aD5exlyNWfh_vGY6M2{<& z!812{!pv-n=rbaE2(t?2&`6_Zo8^wv%Sq)oHn_#mQf^@R_Dm zVtn>T8PC0)mWq&&N#@>r*6)1hoZo+b`~>g_OB#F(FVfDwVLQ%F*08Pplw+)N_kg>` zikaTyBIlhewt2Li7wg$gQ}Cq44_BO=B`hbS!Ot*wqZkZT>79IL?;Qh+7a#BGGHGQj z@q(c;9FIqm4E|YXlLt@%T}L(Q7%IY%WDOV^bX1~B-Wqjis3J+i%J8N9eu}$mX3FLa zO$jG$+DX&3>OshdpXqXf6n>ZLL0l)B33H`IToi;n_>%%reI1=I@$UO*cEE1iRv zo!hQ-Zbt{D=%nDX+%8q>CqgVsojgZq;}pG#bM$SDoT7hm^bAAM6GXq`o)5n;eu5__ zh>c3DXLu>kAe|#8nEyil1?U}$%r2rbM2z%cm>4mL_6hWt@iXa_Q%#HT8gatXNW1n1 LZxufY6>ae^GCf7P literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketStatusInPing.class b/target/classes/com/loohp/limbo/Server/Packets/PacketStatusInPing.class new file mode 100644 index 0000000000000000000000000000000000000000..405754ed77dedd0d9dd03ae8b7edc7d774a378e1 GIT binary patch literal 755 zcma)((M}UV6o&uPE-bq&6agt{6%kBIP1qQ@!wcJMeL4se)$i!AC9?~e zg-sEkOEa9rmJwz&tfx(t_FOoGR}b1oa0lWt(V|PB24Vi4N|kv}aH@^{Hiu)~l|G7C z4B#Rl6s!Af4}|3abC@TTB9+R|qkczbUqvU8gw;sLB58|E*?O|*m{T<*yp0~@YIc|- zLZup=i3<@b9exx>)YHMpv`i*N|HyjuKYfekz$l##U2G86rp@&)w~CKVJaMr_C{NXU zr~pq<;edLWzy6%z(XHu!n8D$iX|PaI|Ja f-a{PcYCo`a#mU&GJs*6!^%smACK$rYyleL#Cf=EW literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketStatusInRequest.class b/target/classes/com/loohp/limbo/Server/Packets/PacketStatusInRequest.class new file mode 100644 index 0000000000000000000000000000000000000000..fc4d8e92535bd731f88df7d75fd69a5d7dabf6da GIT binary patch literal 519 zcma)&&q~8U5XQer)5gTs`VT?z;z4LVn1jVj)r%q&f{2mcw{fAXNwy}NzLzJ#gAd?C ziL-4_0il=qc6Pt{&FuXAetiQNVBdp77$iCiQ>~}7Fjd(^hp{Z?vIrkV@+M8W(%1-7 zm81MgzE`p|9$dodT9t&>mCBX5AvAjZF~PmnFET&_ej81+2;E5K@}bHmvUnDgR1$V0 zorrWS3T5-vrE8|DBwR*owXF?2BpmmmS1}i%(&3#jVwBG+6PrScY}g+MAov7F<%Gk3 zeS{#^RguVhWyd^P?x@!4+;+hU0~@?%z~K}BlcUGk1uL;O&pxs7v3L$R25bWxT=>}J sQ+sJ*?QmuRTO2Lmn$>zOpj!vD8PHh(4wj}BfbH1E4wv$Bx!A$pA9Q1OIRF3v literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/Packets/PacketStatusOutPong.class b/target/classes/com/loohp/limbo/Server/Packets/PacketStatusOutPong.class new file mode 100644 index 0000000000000000000000000000000000000000..57450ff943b2d5af0ee7fef1308406bec7ede765 GIT binary patch literal 1217 zcma)5TTc@~7(GJ^TiUHqP$*~xM6fNDRjk({%2i8>kkm9GK26I|7PsAIJB#w_|1r@- zi%MdA_D31N*={TN#KZ1f&Y3gkyUg!DKYjwp;-!WjhJ}hEAOw@TbG)!N?-$^)~>kS$!u z)wyVL4B@JfI~|+kfQ*J{Yvou95)CF(Z&rx3{=Om_(zNSM4Py+$hx~{erfuZ6yNHIX z42ce)&M!L-Kc>7jTv?Qk;I%Nu5z%m+A>QGwammk95|~u^m|_@97CN-Elw7K$vNo;b zCT19Pa@!4xA(l+FPr1^xj4j^Cg>efh4M~PUPtM}?sjk$Kfs}^rkz{8#6 z9?RRzMQ|I2hIxjlC(u#WaR+y)Y-E68);D`bJ?A?)yQSeCdHm-iUzegPoG=z}U&jMH zBsXSVmbm3oy{R7gFcNsI;|Zu({qG!83YA+`n!HLx0#9`;A=Cj2)TAoU&vh(ggdrmB zZY`(>%kKWZa2O`KsqLcYa!gd)s~p34m->IPRQnWd*QtmNQ?+Nj{cyU~P!DEa#fm9v z>j1qxh91@1Gz-vNLx}$UwA!Gx!o%qk`X;_2`k7We7@+?p4~ZZMow!j9(%uMR#6}E5 zG^&|WrFVv5T=q2$;xNK`(_aw%NRzglqJcz|jNT^rG7MKd;ZZ_@gv32-AAD=sQ;hGP z;9B7niQTyqOl)Po;YPZJ+3(2o;1?EJ$hPn(qpoXVaju1DpSrh>kU@~O5Zw^ND79o9 g29-&P@po@MPu0j7+O@+qk*9{r5j?cbdVF)2G13QlgP~T zLY7;)vo3G?<(_Uc%%rXax~5=)s_Y86;#Sfbjn#r>Xe5LABPl42KN@>8&k$VtkQYU% z6J-i|8A2`tx~V18)e{AM43Wx#<3DFv{D{admL%~c_(2e1G%2{w&{MHn5VsLi5M^jPYg{_FFY;1F z9HU;r3k7ad!J&$~+g^7w(S$qD6pS-8y8$YZRoulrY9s+*7&+f}FM8rUyX7qf_X*<} zj-(;QuCRibzylRim?kv3A+x+tA_b5}l0ii9P{kuq>jLjBT?&U=r!`4OK#%cM0qJhY zjcE{9`8{sgLXtMQvCXaR1#fMuc!oKK`pu2yw=)c3ul46W%9g~~0+tjkG7Mf;*(R}S zYfjfTj*23gRUOl~_7BV$m4OUAg(;8T$@r+rr@?u$cu3o?QZd7$uc`wEtmN7)vwvHYj2A^|x zX;w#b1&#C#&}y0XeKZE+C-fivhUU+-@}ZT!Ev{z^{Im+7jebCvXN`7r(2D%rsEne8 z&{>YD(a7kmKK>QWpJ?KRYj8J1ZWz@wD2Jh^$PL_0wthP4aiM*r^bYjtp9pWApg;8! zk*(1a46Kfw;zs-!Bi}LR!*5I+WAYd?V@|p+m_5b(=rLZLCGH}OKsVLgO9{ht$NEUa e5f{jym!b@$5gJ}1MG)FCf>o>$bcVEB!umhUa%{o? literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Server/ServerConnection.class b/target/classes/com/loohp/limbo/Server/ServerConnection.class new file mode 100644 index 0000000000000000000000000000000000000000..b9211d5d683d32dac119bc3eba3075eff82c4211 GIT binary patch literal 2524 zcmb7F>vj`W7~LnmOgkMY4J{OGOOZ>HloCMDN(#1Akl0Yr)L^-&lgXG)o6f|^q)=~o zzdne6#br~KwR`}d!ng2;YpMIpBqU9fAFf&J%(;ALfBUh0Q+Fpq$flS%63h|Ux@_5*rw(_>_m0eRH(R4hMYD00}2dq;} zTqaV;Dhh-H2%l)$b1gg1lg^^!lA%Zn^skv_ajsx(m}%3_nXW*josxx}lEmqrv24q` zEN~#QTTL>Wp{98!XR7GHkcI&q5a@_RGYW$ zs-X{>oE_1y2YXe{j%s*TVs(`~-Sre47dY9*F-@FR919doXz0g2nxC?4bFsXhHQgmW zTcFRwDaX(Y8Qrzyy1Lovtym0Kw4G~$Olj~x4Ry=Rl+yx3Ez>~78JtsaR$%byd6Ky@ zm&>_ksifgKoM$rRP4CL)qP|XIu@*j#25y%*)^ItYVhYbohrd8qMv}?aQqhcb>x&w? z(A|p!E-9GVk=W_Yl4q`KxQv%*k5gvK3cKqk1s)nNFv_OQEF5?2@w+N!aaHoXMu}GDWuzt7H6-z>z+O6|!AgPQNL%~QAf@33 z76tlv>$+3&0w)gEt~BtZyJm4q!)th*DXkZaEChk6R(y74dDX^550+R@7bV?{hTC|P z?SP8?T)O2K8xub%72T1F?h1@Vl2!H%RO)c|33p%0zpddNX-ALe1of*Ti<|t zp}~~iREjb@1zQrzYgmCLO*0I$$RO^oIl=Eue!F4_*V=c$=Juju70inP*i7H5pBk{D znLZTZDtM1UtCzW~a1AApL5H5Bi+6pF<7t-`7^tWH)7Bd*(Qj?bxY5U(l>D6*&bi@4ZT=v z9gKKW!;xj%R$Y@U5&MY{R7&j?IkY2I4G#>ZRZ0hx*_*;O!N$kr(yq<__k^fvr|cT$ zHA{BJY7N)B+-VtG9Ay*f;4|8VknAL!g=F*QZm&OAxn>LZ=WO8qpS_p=F3Job%yBc=3z zAsoU1jPgB+U>H%JjtAg~VUjDV@kt4PCTWF8;}q`%Wd5Qdl8i@vQ_HcRF}Cj<$B|zU z-^PV4O#g(7PcXY2zOs#%c`#kUD-|qMa5J3d5bV5B!E*Q>mleEKfgWtWn|gxP<;iUn zZgAu9sbArQaQjpR^OLE0CC%5jvIjA4P6r1^~9!*S$s0&6%z z$q6`=EKyS08lxx3y=rTk_ddXfM7>Ave1wl_t3!!L_=J0(QnDAJzp;>2s8HZDe9lou zB+kF2(nX>tf8-?Ov+4FXr+iIXAW+pL@CCl)PV?pI=F4YWUj7PSQ$>(9-|PZ8+zfJ| LCCIlv&+q;N3u$gz literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/ChunkDataUtils.class b/target/classes/com/loohp/limbo/Utils/ChunkDataUtils.class new file mode 100644 index 0000000000000000000000000000000000000000..dcb0b0ed79801e28872ed71a81ec650bb0f774bf GIT binary patch literal 1069 zcma)4O;giQ6g{s^8rlYEp%p0g1I5}>OB4|V9H#?SC!K5~T11lv>{*Uq@} zH>ex7x zXtvd=yV^s~vOC&Jv+Hb^4A1aG1rkGS%XngFw&84Q_v%~R^cX@nEywb1F$A-@DucA* zHh2U4np)NRf%RB=tit{QDi#7CgyHLVUqrt&|%EHNaE##XoE zE!(cSz2O-iU$#8TPiOUt!#(YBm$#p5Ez{68s7uRrmh@aTf;fg13^64C%2AO(l3`$z zpQuYkrEIQN4i(>#Wb}lJ>pdreahz6=ri^1*Rt>MI;tbAGn#nC&WS4R!arA_W^SD5Y zQ2lko=AOrOr@@~Iik{O2<)VrVE)k{kCq>EXdad01hn$Kj%2`2SP#pfW zrw7w1>hvUF82N`b4ABP7xysuel8U1GFIlN-pjM`{M9GtAn1Bj*HoYbTvl#km3g-5z zvEvU^!3;xW!|k?Be#a71AO8J1O$*5|0lGK7ngR0YzR<2vtdV78<*5(odrwXP5!%IP z0uiNMJ@QrbQxwJk1__~LRw7=AuvUH#v9)wO{PiuyQ-%Fl(S8l3u#0diR&0KbE=s$| zBycK$(bP-V{fN}7Ir$_{Ny>s1oRfEv$R}lb_i%1Z+QZ}vnI+|T3~vs<d)3}o zAG?-)=(10|v}?65D7xzEb60;;={_?P8BFT(0p`p;XMcNt-`@L7{{HvjV*q3LUP6Fj zsANs#%$Q&9aTkv~8;Tf@6^oVu)Ym*LglYHE;Sd!cC<@qs}rgb<;*dGX35xr1hL{) zLA8k9VA2oalFp@ERL4ym%WXj?x+LsmXmwI}vLj;`x(Uv*O@&t&x|4oi*P5YRX*1VG zRq2(n8+%AbTM^L@HKF7OxKh(gwrc2^bEZ;OOWal{mA%*}p`W31Bb7~oWDH=CAw(TZS&I76t8+MkZeM>36dxu!>Ei_Y-8ANRW;RigUlGmocKdcfKpA6B#cqA8!9;+ zAnF;zVYEnisji{Z@NSIbHB~DsW(--h#4wH{5{R2`F5F`>UIop>7Td@#a?=4Od6KF5 zyzo3K;~0)pTWE^DU{e8Tb|%Hf>oQK@B-O??TpWfS^^Wl+;q==n8Iw3ozPwy!NccI| z+mw{bq99`mXDC=%(G;7s?@dlldQIfR^oZqz%Q+e6aY0N$wW{cZ-jmG#zlUi485tJ^ zqmZTERD@wx##^{d9b;2bXs{TPO()4;7B6iH!^Fz6O-jHvmJ~7D@uw$_Az&35x*F!Y z&V$6KTR|-==WB*w%}Vr_XXw~``z%-MH_*USA&xXa=O%Izu2AH8!ij3UQY`a37eiVPcu>GpWn2@*kGL>2UDHO* zEGZ{dal>{r+};O7ms8Z^hGCPkygH@Wi$>Xs;W}q}PB4YuIWcWA^&9mK-p*yxO$i^T~>bhd)HEvmoCE;uOS~Q5* zObQ9#GVFf#Q7Wyg8(rr#4fJUMBDA7!D*cz}EkjR6&+zblME{^g05R_n=)e|Q%kBYs zZl$*tabtSU%XC_Rj`rNeuJi-M*U-T*{183B8u|iQL8srm-!uP8K0#lcm=mYZ#ljGh zv`?r=Vc3a1iZn(j)(d0}BhWp~oHP!2Y2?T;KwHvqI`jY;f$nF~>Y#VHN1mWd9(oH7 z;*bl(?hsIvynlRz!G|?haAJ5BuUsCN9%m!LY$`{jy+5IUWEHRdjMg+g^J{n`fZ36tu&v_F*%ib_5}{R`oxL4q ziEtwF%ldD=gX#1di07XeU&EyU{=(evlv&78ZGtKQv{A0@h$BI(PGYl@6zig?-i1@> z##t)D9Q_O^V-K}pAGKU3ZeSm7VbIZIjFcp%n0M5U;s?BqcSwggzQntDkJM_zZM;vq z2MPNGIEoa#L_VS)-1B8xiJD9yx{iKCC5%hxl#r#KViFW!owD z?h=T{#LT!QAxZ(KaFH}sKz+KjZsWKO8bO7qF!HA9YUXV`hc}TmiBJF*YjT+FvcX0IqdEx@;zLPnW0$YQ_#+XKATb{)aoc1h1~IlYqlg*D zxQQW+-6U-{KJBJnbN1Uj3fl2t`-_;=J)Qq@4owc zzxn%r{`v&KdHmWBkAg(OET>DRxmHP+^m5)zFIswOJ$+TR)P;?TmYMUzr=a7OdPhx{ zRHK-l%iq!pmVzS_x}jTB3cSgIB?Z1K=86`A7r`*va74lJtZrztb~&$A7u0-7QxMIX z1+}!KR(1JbyXmvm^mPSiv;U9BxPsuvRo&7S7c*BC3@5V=C*5?o&e>MQw&ty>rk2Ou zCpHU7%i?k27rJ)0pj9m0G}iryDmYP(&dfEQgm4mFesn50<~(g6gmDU|6?7FfD`&1- z^Lo+HSM`EwSkt;i_LN{Igcy4Kh$}c8_aNifJ1w3o27jJWoMGv(g{gTJ>Jq$XjVk zEvB1dDX1R<3VQ2>PH$M+$Nb>;k<%?Q$aoT7pA^#8L`Y!qBiv$2rXEeW?c?HnwP0 zR>>|nMu@g{TYp`F|As3n_6K@2|&;}d*Z zA9!wdU(zYlXKCdM4+%=@X35r?E6>^AcERHlcS=6b%`*W!;Mr1J+eDUZW)y_$^1DdS z)1Q;LjVGggHo2YVO}kpquIqAi9Tz*g=i!K`##v1vou$%i9(err^M9IGh1a&!4gz2E zhX)~k%VXde+W8%J7w~$N|AM@GoU1zc+s7vn2PQ{w5AQ@$gWEW4>yq~PIQB$s!P%IzYyJhX$s*yMIL$=eNFdHMJs9FCCv~28!5d_TF^MUX36Rq3 zc!P8zTz#2Ty^Ql?8ds=55La=nh3W&Y5xM(Q-{AU0-1B=J-9=Z}+d(lGlz!phT5{*)Wp&?t%` z)|j7Y&~b~%N4WkrnefF*#(YcmZ;2pHyx^ViPNud|n(FP?yg%ye>GXB@<7;=fCLbtD zJn#n*tg;-f?!fx4H-fGEkDvXs=Z_3@g-SVcy+-(R1RQ0ui?rn>wsnk68mBN57-aj- zv2lCNy-*WQqHISvA6~^B{_+rE2p{7v@sAT>gZF%nnC$7&kS)1+w;oLm^^$9hT)BTQJlWH`pZMT>4&YsyVV>`oi&SZeo9I2-bD7$`k5{OfXziM0 z)S(MTj5ymzM#W1`F&;*{C3qc$IZnPu#E+yOv05pg;pZ)-{Ed~%$Qtub1TTwoMt$_m z=KY5k+Y()EVxEo9E{l0OLUs3iF7D~{x%T--;!lijw$BI5@ge0Y&`c|Iu*Q;#)PIdc zbvphw4OMQk&sf7gmm2mNrF|X}C&co_K0e~~vh;^^x$MQ7eSA-mk{r@fu)zZEHJPZt cVWNJAnhdp5j)~k3xF+hBqu`e$;=!-}3wzGj?EnA( literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/GameMode.class b/target/classes/com/loohp/limbo/Utils/GameMode.class new file mode 100644 index 0000000000000000000000000000000000000000..b5c627a41de20e14dd01d57926ef544405ba1a22 GIT binary patch literal 2028 zcma)6-%}e^6#i~D$tLOYqg$ZmSD`{_Hq@p?tXe37X=LM1rx61kDVriAX&3pM=aiO@fDiCqj1w=t0+MvJ!`r<)I z)AyXl2H~8_FPE0aDQYQi3S4;b8j)wKHK*bDa{@}*C=+~+a!MeUKriuXw!F5}wrVK| zoYim+{Q~jXz`;l#T9-FwAN};C%0PBj$hFnz1~ z<&w22vsPK31asMAJAF*%uSKt*;XT|);Vza`P=9wHZbS{sSfO+KtCm%37B(8LXXmUY zG3q@o=KT~thN*&@JPftf^zFKaB1+s6o@Z@U-OVj3dKhD6?Fse6Ot|Uxj|$w)s+4f$ z5tsZ^4P{iQnqh!k&1yDhj+QN4NuFpLu9WGvysCZM;kN47AO9^pl>(dTC7uTl9FdUVwJejXEmR+J6KIq12!qI8> zU10mg?+_LJjH2j0FVXi519CqUjq1a4KO*-RVln*w_rVsFRM9HFq&^jsKF3PN1VvS0jbX*TI)TJJ*oz7EAUV^6}h?J#O z&|NI^E2e&?k3F(+d3Z(wYI_C&py1}F6BaS-JpJ^L^VwsZlbFG5;QTd(;v6S-aIgmfGv0z(+UF#Qi=oD^jp`v{W| zgAU-#bEJa6EjrbqyrT4Dl&?^c2RbA4I^M>efX}x9A0y1?+&-TVGcWMb_aRDuAE7i( zAubZ335*b-OE5x|3@JU6=m=5j2`H)bRs^I@GbwuA0#esWA}(FuHYO`~mCSBsmiui< y8Qj6W%ZDWwG9pWmq*2~aEJKNLiBr1B?BJ6>A(@BkeBc+seX@+;0UpZrv;P28(TNWL literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/GeneratedDataUtils.class b/target/classes/com/loohp/limbo/Utils/GeneratedDataUtils.class new file mode 100644 index 0000000000000000000000000000000000000000..757262772ff40eadb6e39e781ea7190135672113 GIT binary patch literal 4591 zcma)9cYIUV75=U*>k083gBXceffT5Rj0hnKSY{dw2HCjS&;VV}(z7l5Nl!>m1k;&x zBuz(XlMZN_uB2{SI!Ia(;|54aXp?lNyXi{z{=4n(7y8|+^<)g~kD>R@J^Os;oco@B z@$5MOYw=GFH3E$>I~lfYdpI4o63GEOyw6Ek+3*fCWo8V=jBhg>LyW+hSy zXQM!EW7B>CPlp{hHOv%PaAiS1{HWJ)4SWLLb|pUpbVo-Wygmd3W)4_(Y&5${8rCpZ zKv%9N>~LqoGX0o?`BMH`fq9M5N)&xgCXpJ7H0_rhK^+UQkQU6NiL8@V9v;-Nm@-qd z6qUL1<9aO9uvDO-qOrp=vRNHB;3Wdr44IC4kJ?7u%m@S6}wwrI|Ts(Gfx`!*uLk!xrBz4I4_V3bXyg8T)o) zz%q4g!e(OEh{yYK>2$`-X3aQ*b?33ntkAI)+cb2Pv`NEzwjYg|Diu1mOT!ImVu^`1 zVx#>TBSui~5Lh-9)M+D=H8ZLydex&Jov7EaOCX>UN!>Dqdrb)$Ke`Z=!0i^8UCE+k zP;PZ%kB(lvjA1Lq0?R901r-rDR zB?rt*zf3K|h}tp3+HYhM^1Vo`Q~fCqEATEhA7L`cc-Ssw$g21RY7!~-Lz(IZvVfq3 z>#R}^PMIRTIxN!bRdu?JwDL*=Ywj9p1%LdgMLm6Th7%kC&C#i?f29FQ^$XdZJKW>2 zYg=c=PSU8Hj5jn!Q>GI>oHH}W!l?l#>=;Ag4m+8)bE$a0!70?`!zeBH7)jzc30ni> zUwl;|9cdgEm_f@0_XSqEQC!Ti8v{j>oT=COB>8Z=fIpqF(`Lp= zm{}j#;@+$bGOOXWoN`m4BR9a7OvV`V;}~8qZN7muYV4X;`I}_j;~MTHASzgi+NmKw z?!a4gycKU_z!nMn4J*gQa*^!v;chzBTXst3?;aiRz&p7cVs^?g5~=KNlb%jH{|`$3 zcT3Oi6=@Wf6$8pq4BlqigAKuS|jhbV9 zGV8NT(^s*R6q$(+;-rQX#A`(l4|IG84{(Jh9J!lq?vwK5Ri8HwPL!q0qqIJ^WZkvYDgO{Yso~)&2N;BoaeRvT<~|Wv=gv|Q8m=r|89&myPwV)M zT(#P;k?o-)5*Q~XBJY>Me_qEIa9V+?u;3P!yi}27)!GXa$J~CA0BG&ePB%9XE z(zV@1*AzGXj$G|dQUsym9n7U-a=C?jGiE#yBchp$GnmluxWKiQVpMsc<18jw7Q?c- z4JS6tq3^aojn1ZnK0LwT(YanFe?8llYpB zuggs80|i>CCpcULuAc^^?uo-bQgb=QiNoy0dD&xm?SYZ%L0$Bt#4Wpw%~rT^6=qvQ zq4MQ~Qw#CUtz@R041YCwFH?HwS8s>0bZJA}T&<$rg{9)ex}35x!n|8Xav*LjUoEiN zo%jD$cbB$uo+a?Je#Gz-9Y2-j@S2BnhQ&SL?^Aa!xtNHA%df|)BsjQDSQ&@tFw)(o zGi=AH?3ehphF@{~EBL7LB~nN1Q8OG>j+4i04+|!*F6*A^Ma>=TjXsX8NP`!@n1u^|2>e0E z5AZ`0eoq4N+m+%chnlT&jr^52kV-sN4pxV);qL-VuFlFj7IK7TG+fJp!Gg+92R?b= zgT{XZH_1o&UPtQjN%#+(f&Lg80<(8dV$Ol)GrU!_=WIhC$K1wCCzy(Z}S8_ zq&L?-fmM%V^=(1VQ@APU$>WxBv~;S06q5ec2|4&||B z5}h=+a}r$#TFzj19z7S}r}1(4jB`SD_7Ib~OH@~p(Y{J^-45^HIx9(UpZ4l4OE z9KtJ@oe+6miB~Z{qx|=3yaqLtlTQYp2FTlv8JFl_orai(IU3s4-&-O0`)~NS@Mi`& zxZVpK@?finv#sx6)WdCGssh4%6VzD8q?@PtP@_WfD&kz_re0vcAclB81H(v=!V=a< zr(`L&H3vrWu%eHmf#u0CpWUIr5kB>_Uc}N+;HV-VtIgweJPW*0z21?>o9{l=9Jniw zx1WG~2qg1(*99coJd-%i8ojrzPL}h&34B1HO&iD3pf-UI3tT{~%^R!>dV`*zmxd?s z306WLJ|b}P((`4Dd7P4R+lz7(^3s7eU(l!A<8vOLoxtaKk*W*&&f-yE0{I%8K!7Z6 zKg-I`R4K0;$Hrita!P_zM)&1B&YeJG`Gx6tGLNsGz`O#fN-IT`%jarOF}EI-`~8^5 z=MY3C zAHIce6Rr+s<2#h_(&Bo2mwaB@U4!rO*GG$M6wQP0Q@g}XLGn3DO4uHP??o0;g4VC0 z_7Ym*(~v9^)bm3O{6S#Rg8yL4CBn<&<^V2X7Q9s?#oji{FK1i01vm~)Rek@b&hWjQL+?O!SXLwqRpDC`N<9YtdkbXcMSN^4=$S^MbW=)lNOKfiJ>QDwvhUdA8(Z)}- zD&xS%2fxmxXCbZ5=u>FDgSo{aRNlx zAG(--XCsRR3-evS+GM30m&?H-mMG1p(Azt- z^ppwT?=N+vYEy$Q^vcu||69F?X;-zwhIk>P?#%pZ`SpmC!6^rU2)8`mY6)slt5X^* zfkMzH1SDuh%}%35JC|lg^FZMOL!S+7(-^^kjbR#{_yWx%v`b?Y86p{@b&8O2L-U@< zBl_8|n0$MIsh5S-wM$IDxy0PsIhN0H=M$j`Vg$X9ZjNBcFl9`P#rQSWaE~zJ!Mc$) cgbCco1A3XjLpo335&Z=sWsJ7bOt(jIev!NG_YFW=2`3J^x6^cOLuKrBVSbAwEvzgsBay5ajQnN}R zx^}p}RjZh#op}NOQ{%ZnaKS8@wc7$i$&*E6+XBk6oj1bpL(>pK5BDXlIUuy-B53 zFslNW*8YbL6tt(Mxb#IJ;Pg(NR=KuS({oSP^|A+jrGwfh+m-rjJ4UT#xWHhtgDkX> zRnDQIn(Z2(;+nvzv+i-Y#9i`lniWBk=|+Z!q~tp8gtB zuW&>9bCbgaZw)LQM?K$$I@+Sd=z6HHJ=tda5(~;=Um{+RSo=`@FA#QN?>uhK#}4OX z4RAibM?$XQ!;}ruA6gcmX(KdkhVC31JnJ3r=j*-13PzU^SZ*0S0p)<+NP`7M76%mH z8~B8Hcx=q=d^5Z*K6+i~sq}9MD0}IB1pIrc23FGi{VE6PcM$7tZ`wFpe2*bk@Iek5 zxc{@WgR<^JuE(0|F*#_iD~J8wN0j|evWIJo$rQsn&1hfehkph!+&}`ejPp&}cZ(m9 zIV@tHqAy^DPwV`4Y;yEH?%)U9ZPQ3^#Zbo@>jZI@ut6mECFq5!2DE=LNRc9u2-i2s I!iR_d0X`*b-2eap literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/SchematicConvertionUtils.class b/target/classes/com/loohp/limbo/Utils/SchematicConvertionUtils.class new file mode 100644 index 0000000000000000000000000000000000000000..dbdc9b69bea4e3176fbc608e04a59939518a3f58 GIT binary patch literal 2153 zcmb7F-A^1<96gu)nAv42bzrGme&d!q3 zHwA$a+)V>bXV z5a>WfADc%!IsFpo4xvA4BI7D9Q`WSR7fAZAaVZ&tXi=xmTBKn{Dw!oB1f8t#K-8DSm-rb8%0DqY%rQW~h=asn{@ zxYS^g{!%Zq6tDV*Z}OJ3hMbB@EB`2!rpQ?8+%x%l#P$ul#?h&QZ|t3CI0pjq)d#->MVw!Sqbysd9kI+as888xVhJEv<|LZg*BSwA zPjQsMTWC4l{57JC2d-xH({;Y*LG#X9Mt`>s*>nv?hU@5IuXiwd*t<9wYxJIQV}qQ*;;5d6ZW6+W1Z30*~K^G^WsjyXb_0F4SnzWAxx# zruKV|e?~8!;$mRHGE`{;c3`np@C$aaN0VCcV_;wtQ8r+sOilyKaA<0jhy!rBBSze_ tsIZqHdJ+%VOTr^kFCu^P=Rj#MF^hzPE3&VkD#Z%+tH20(e8x7R_BRA+4SoOs literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/SkinUtils$SkinResponse.class b/target/classes/com/loohp/limbo/Utils/SkinUtils$SkinResponse.class new file mode 100644 index 0000000000000000000000000000000000000000..74cbee20f7fdff5e04fac7b9081afd8a7247f323 GIT binary patch literal 735 zcmb7B+e*Vg5Ivh-($-jOtas}L1lwAg7vB_L3W5+6tQLGs>rz+KP06Nymx4v`!4L4G z#M!i{*n;@5voo{j%$b>e|9E`^aDXin21BhA^c+73Zu^cedhNiuiiEG6=Dm=yx2wGi zuKIyg+(eS0aOXXEj_=8?bKbt=oroc+2*hB!-%rgb6ta8BkX529y=V|}hV+q;B06T+ zD^EfvGnE#VZUi?xhXgDO8O$;y%9U0Y409GzNNaE2f{8R`Tp{_{px5T%rPuaJ&vt{3 z=eN92=y;q=Mz=yS)ZPC~PJ@_T9_eK;6w8&#W*ICE_#QUb3&L=U-rlMo-XB8gytAWTE#!HbE~L=+)#Xx+a9i%~fA8Q{5jT zU#$&Mc%qa6o2-o_*#)viA}u11C5nLU5sk8o6j6a#hQ*#1GDu(v%VQabZvB?3J|q7~ p&Zu}gPOioUtr1{ckYQyix$v7@nnE_P8cVEUo$g$$y@5?+KLL6llx_e3 literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/Utils/SkinUtils.class b/target/classes/com/loohp/limbo/Utils/SkinUtils.class new file mode 100644 index 0000000000000000000000000000000000000000..499b6302dec523835e5ed73c5fb771a09fd47143 GIT binary patch literal 3699 zcmbVP`F9&v75<(rM`LA@I@6|!yQHe?I8tJH94CR)%4$0%ZtWz*v5Om87)#IcI3tZZ zGYaVjgaB>XDNBK}6v7T|+y&XKNeO!o{{aVn;Pn4s`QAvf%3(;Rv~Ae zoSu`JKw#YgyI=>01ez1cNrA|qo0Ty%qg6)>)(PA+Y8T{*Qhr)`XRK*Q3K*kq#&RYt z&sOi%kC9;3_66=9y@45Nfh{>1D6@t=H$Udi(U@`RotK`#Kw`9R;CSHKg>LoEdvm=mW*qqv!8UaxncWII{uY1k~#I~xQ=zuz>iqTQ1ZE$UI% zDEZR!&7$Yd*pBqgJROnoteL=!!N3;fpREF$*Rpw1N!+I6cHBV^Tg9R*WCc=diLSbF z)v~lwu}#Nahzn?eTXBcLEs5l+EtGA;7WKGCM<=!mY;<|#pj)8Df$bIqZmVspdZoTb zm+cUUD+gUL)vE71=5gf_I&sxmmxESjRuc3`;=v?u+=Y~m9<_cm z*N5bcRdVWL8hQm{+~uW?=42tz&?m5d%zeyu9LwC-)2kHh)v*unVTf7T>}mN(N&3Ml zk5}=6M+J7Q;l9oKeU`{ZCYZ0gNB}|@?D24=X4Fk<~&4JR)jPxY0 zVKL647#3)+t&J3lrGS7+D_>bw%8%<9!F_~|${Pe2yEW*jwPAsvAH%4M!ZCrZRo`4E zqF@=sNhNfOu+)Vr$EGXmr*({nQAUHZD%~|q&9l$s}vxlRUc`Aq@`+hz<=O5;&1K+nc)AO3fTi4L|hw{wI?w-uJ$<_gzU179H5R zJJs2j>fDp++?(p$r!J7ukp*GWJy~?Dj2yN-pBC@`{~~Jj6=KN2j$)RFg_xGewdTac z$dHaXoMW8NklSh*+quRm)f`^lM=%BQIyQp2dZfCczWNSHuoXox@xaQQJL54DnBj`%3s#;}V>Qxr zRmpRRb7iT@o~&ZAOar@igscCHKDnbs1t0wrDV1zi1Hl9905n)i(G8)2V^%S&t{R>b zNY{##PY>}vG@3QDv0POb8tPQFbg^FLuua3a$Xtg@1>epQ!GklF0p>Yk}4olrjM7jQXB#@qJ zViZTr>v$Qj5S}^LZb-s#`{1nQjjMW8$jEeq+S>jVXVFQjanbM^L1v&ofU=GSEYk8S z{Rj*-a>9SpzT$i1ZI(}XL!h;TwW}n_)Ea)x$mvkIJKCTji#88lrQ2Hd{P&`4A?;xLfiRrK;X=<8r^*qr6PU9bpgR4LX+3@Z@V_vxd7# zdd=)%!6zdR>-dcF&E&|iM9aEo5d4U)WUD& zCA3W~!I&~`S-`D3%V;m-&INX;yUOUehOV*h<}woM(cNvB#_lrqbQ|wA?hVJZaZrtA z9NvVtUO@j62C3`V6u-Q00rxN9L>cctkuuJdF&XJIKFFcDuRqcrF&;KPT*mYwW)|Vh zzXCV3phOFlvNAqmJVr}6e}aSYv5Hk?Tom)lu1|}3-W6oMDgK~up3LD4@vZMHh^6iMK`9ABFFb|cQ5zvriMM3=g)-K*jg#i9ikuU9efs_ zP~##|X9DkG~Vse_$*`?s%9SZ&U8K)EUQ8 z6}bdnts-}kxL1&S7I)%zA##_QBfsaYg}PQ@cx45KxeA6&_yhGf;g9$eN7b2J<^P}2 F`X4o#?Q;MC literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/World/BlockPosition.class b/target/classes/com/loohp/limbo/World/BlockPosition.class new file mode 100644 index 0000000000000000000000000000000000000000..61a77e063ab385b375bbd4e8ae5c1f20973eee47 GIT binary patch literal 1009 zcma)4%Wl&^6g^`naTBHqA#EWvfux~e8>o477sLW8q*N&&fl|uOaoxtn$spH7z(?>U zEI=X@fy4*!QHVPemq+3SiU%vxb$GQQHq2-C86ACeS>4d?sFPv== zg}ctZPcrVNl{dDxkR=M?rLF=W^@XQX6Z*#YMSw5^$( zl!mnnXkf)alc727?nLRgBu5o3Wo)B>Ra`M}nW6Zn+golt;4on^WcO%N5g9f&EJ|+R zD#tQf5?$x0NyOmDRu>rN!o)lcdB*gN3+hnei8zWp|3RQy{?7|olXlP~b)DXh4oyyv zkS1rRB2A8BmNKX~?WgDz()SF-1^XD>ULK=l*TyK@^)V_R6>E|9C1Qa%8RF!@QN%nd zv@g-EJ>lal&e4gKR9&W!tgI;{YwJ|Ait|Zjhoa2N+MiH*Pe6k#l~b2xCCw)Zi8P}= zrjg6jNCL4GA$Tm&uK1kn*<4s-K^g-gLX_AIM+!or9&{8mKdt-01-VN(@ zLy$OdC>JEe2`RmRI8bi9BnN>6MT{*&G-NF z!(U&23t$jlJ6Z&K^IkdScwT8C<=Ew%mzwc>r;wVk%a&WQJ@=MXv@3zX)DA^p`2M_X<`F0-H5xP`SdlDpu%jTgG;+8`W~o@~6z4V+rUPFK;^2rfYFcnD@=u zV92{~`HPY}xo)3^{dh{CW1$+{4t(1sIp_N_YxIT2;f#=yJk@JO-Di; z(r_3@Xd}efQb2Ny1^{Et{T&n7VwQ8ZDE|vmiKCa<}X z@5$!A2Y8<)vy#nQHm|#=A|;?nLuG!cj-}#hYG>Ad-6~`QYE8nP(x}SQVMG~EQq~Cd zYID@H0&SI&Uv=kIJVWv+OW#~H{jv&5uS4Sdrd_D0I4{seoh_J)Zq{`3CC|_D?&djj zfeUjyR5ZNEKo;yGgUD9QSzh|Mz*fgA+LU3oWJ%iO(JyJ3#IuAaV^`cJd|hdN@+&06 zc4w*MT-A3~ToZtb>&&<{fl-_#%U3SMmmjKlPM~vbiW6DOEhr<)%MaUeTOhts$r+|G zg%rarydblLx!1K`FyoF{sSGEk<$@PA+`(O@s97io?CEQw$;7mZd*rLIS}Y_LuV~2P zRqiDf0%PkTRz<(@a8lvT*y&(#$Z6PwHbOngGIAXfLcK)cv*$3#Kvtr?4UQZ!Kq+WX zPE25d?tfO5rG?eXl5Xy$(bW1MD}x0I~2{Qqwz>I9*xGU;K_f1UpEMT zQ-T{2xIyseCAbkqZbaaQ9)cTD$3P6r`eY>*p5#A$9cPlc)$J3p% zl0PAVU+DEWB=I{8{DA@d$v2?|C&XsH1Uqn2?87N>1cSoh6EKJ~B8{_R0_Q}ArF;rQ z;vQ>w0cqi~crUU{zlBlpHZF>HFecu^gjmKU@eynABV4ZQb=#fQk(ljMOoi~@Ut zm>h$FKoTATCIqr55MhH<0t%}OgeHJ%N@0?W*_F+1+)Sde z4=YU{*h&@qu#}#P*5>rs9;-cFpjfo_RI5FtUR2kCcbcga{c=sDT> z@BH_F-T!s}$z!L#ehR=!QLVrwFt;x|7)fWd$)QL(HQ1Yt?8@fS{gJM|q&a9s-YHPAA=_{I;f7Cz2bBUf@l?j#Ix^U6 z=DLmEv?&mZXZwuwP9v9+??q&Vl}rr_%#Xi`8SMg!m9=dX=xmBl8PsLvQkjAFc*e9M zSC5#v>mr$6D`FV~kqz0wq3lSezuOpSZ=ObhEwSB;pnzvrs^3cbQHQVsO`zed5>?E= zOabqJX>}#DIeH{q#;WEnFLXL9Ze|9oq!)9z-fX4@l9m?@0=|xPwr}4?!!o4Wxhm#i zzJN-Z9b=ZcK9@7b1ZI?z+tcC2IrK@Vkv1)hp0C3q6^n7MKsDJNM;BO8PQaV^%Zp}# zD%-q^Ggitf1`_wL@Lh53W0zz z+&wmA_Diflt5ea2v@tx)xK1mgUBN1Wpq(irRw^CYYz!y27(;%ngiju3wTd-}G9vrT zu`ZMHgH6qa#InhWY7by7)+xA;LlMhNmwz!owxUzPwvs1o z;iNYQ%$$ntcsrA5)JTt*+pd&{h!s!aB;z5vu~Wg0*Li`SRIv+}vjYr`Q2lCWa0*?b z-BG4Rj8l9OC0%rdiXOa!rX-Ewt+qGVR<2O+PJub)JA+-ge(c6x*>DVjnNI!1rVxuY z@07;(sptn=kej{|SnQ;n-YzM8Kt&QM26~t!DQi_=R#Pk%a~!Ows(GiR-=`vtK?Yma zU~(k0Z@pz3+L>jO)5+<~*TFs`ViVaFvCfMjT1ZM6UB+e@v^7wO?pa#_V?2s$6WbKq&5W8k zE0xXI8!E2H`>4;#o>4bu_lb*|%BXX6s`D_dq z2Nv#MKkw$v#8eb%d=({(q_MZAX!fru5=)wxC-|Lba%<{I!vV#$rvBh2>B66?cmhA; zwa7LT&t?XSwXn=t#l<4*xwKqH%Y2a8@N*Tvz%SXvm<@$Xm_3XUTu?3-oOvf}dlXNr z_!WN5;LBc+$_~mj@-+3Z#mE+J4B8{k8|D&bDl3a~mLo+vhq3WfMLnmCo>E?uZ_pST;<&_=blh}w1LrF@uR&>r zod4Jy&N?vB%4_+H@kbuP_Tsngh-LasZg~1+@8d}1FlMSQs48Xg%G4Ytl&(Z+hb4y! z_mFIvt{$qW%$V2M4a9GYHHu?V`J!Wd3NGWJc%i+1=Hw_*oIBS#EGvbh=%#X8&Pc7J zjcpFosc5a^J}BO;&bzOeosw~tgRykxx1zAB%QE`*QI&1Kg69?C=bblA=TU@UM7pvg zxjyp}_IwV7X9oIKnWC5vx|mhQI^&8HJD&>QB7}m_v*Z}O_uAWjKIJx0jR2o&fq<}z zZ$4sch#|A*X+G;H@$r^WZ62WuTSBu4*0qFY6SP&dgzEEXjCxu^3-VYPt!xQ3<*_7G zmq%+YuCD-Iqt~IJW4%6XW>kpa&~j!-3n;ss}x-VfA(_(yQ|riH7u$UV9wx%HsyTS`X#%0V(Hzzyzw~ z%0AD;xGKVG!_mpj;{icSD~?XC9`}o|zy9cCv-HA86Va+uZK^z^=+>*kf%Bt&-JggC zPqo#$+iE7nDm@skIiKcMKP(oXL>>Kmv(z2BrFPN%frMMbt(}Pq4WH;tcr<*fGf}DG z)13)L!)H1ZUJak^OwB*0}CM)b%B_yYgsrJ&0AV z$FSZm(&uOo3lYD;Z)vk!{SME_GIc$S-&4B_)vgEd2d>mFM5Jo~|7 z*987Vj!LX>9mb#W7oK{p>lXYKe}k8&)bMvo_TdIs9RI*Sxf;h)_!nNFr*6dec&-;{ z$IUo}e{-es?04WlTvhS(SK=l7mmYi;d+;(|Vf%Oym*7=utEDe4#A|#8>5Vy?tfLdXjdY zowo7}t#}O!6pYfCSFrsh_*^f;`!al!Otxu7&`XN&fqv5vn$9Lg1PWyG$%g)lXmw4> QK0X~oNh+Z#b4gVF4}J!;)c^nh literal 0 HcmV?d00001 diff --git a/target/classes/com/loohp/limbo/World/World.class b/target/classes/com/loohp/limbo/World/World.class new file mode 100644 index 0000000000000000000000000000000000000000..364515a576287f067ab7e68b7000fb72c1c55ae1 GIT binary patch literal 2687 zcmaJ@YjYD-7=BKZ%{C>aB|QZ~FI=pc79>pVFt#`jZBYq?5^OC-9Ceed$1q9WcMXZ)&;7DpXFIOBNv=x^{>sG~mTYzi5uPCNTv&U?SLzyAHr_W(xlp@|lO zo`P3RRXndepQArLdCY+`h3=^*uHNsjJw5&idUGM_AOE-`YCe7nVa`hzEw(1dewQa?iOdPQXBfv z-iplv9S0B1qz_HqKan{!c_2M?htU;1{X=g1`Ta&$`jg+Bk&78}ieDT~zI!m>?7WaM z;=k-YcYNfc=KNsoyl}vX2g2k~-D*K)p{Y~v% zJt<$sj}IqRJi!xvo!v{0deR7=6k_e9Ry;j$j=ze-n28(lsOAtkJ8)`z)2sW)2{&Y- z;bo4J(N9-oPK`E%l}y@L^Yibu(O$}MI9o=0U%o??(2n6jlmue)bwA^|rSV$LdRXAb z6$a<%{^qtWw}h?Ots3jZa13(-?F+WQ&vr^>|DZL`DczE6nuTShratZ-oK@=87+iP) zQL0ZkUe%_mkvz&-HE~=ZaqTQ*oCROc!8{h!40CN{bJUX+Yhj^b{X`5W@eoIa)@PiG zeVgk$zN38fuM}RxG?l56aa?<?7%B)p$6y0Ek{jx)IeVPB+c5bF| z(kc370g>jGR&2MV2}ULs`KUKrpu4GJ&1)SkFV|IIW0TBERb?Z%N`*N#K}TrfInjJ+ zf^)*PRrOYjC$K)5PN%QE7pgxm;$;&r3GBE!ySsd+vXGiCl{;$8+^V z46oo-fi~aMF4!%Bo0@ynIBF}+Rr83b0XY}L>o^~@@XDnaXVi*U*=UcZY|&jjti6FB8LKkwjz(8@@$f?h-bR znF%w#sq^~pR^>txTe7*Z#6UJ@NNmmKA`;1L&XgF+=2|7TXLFro?I0j;Cjptm1W}0* zf;Nd=1gj)&CWuLl5wuI(LaM}L2EIxM=wiYD>e z=j>Jp5A!>LPJUM-j1Km$6FrEt!(F%mED~pX57y!~tiu%6izEDFdLK53GJ3=bbcr*F zi`UVQMOwHs=rta}qomk%JsUz}kKu97isC&%EW|&cbv#Kdi~*6yQ^XAH5xZ~-PjjB8 zL=va*45#M|4fP`Y4+Anx2oui=L5qLE5Pyope=uT!vv@w3H~dIllNzHc$sTiYn1ePv zW+aTCu$Ch=ri;ZjV#N} zNa}?51;EbgW#rFV}